Skip to content

Commit

Permalink
thiccc stakkk overflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed Nov 23, 2018
1 parent 9b4c628 commit a901745
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SpeckleCore/LocalData/SpeckleLocalContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public static void PurgeCachedStreams( )
/// </summary>
private static void MigrateAccounts( )
{
LocalContext.Init();
List<Account> accounts = new List<Account>();

if ( Directory.Exists( SettingsFolderPath ) && Directory.EnumerateFiles( SettingsFolderPath, "*.txt" ).Count() > 0 )
Expand Down

0 comments on commit a901745

Please sign in to comment.