Skip to content

Commit

Permalink
it is not necessary to delete peers folder anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtavarez committed Apr 21, 2022
1 parent 1b550ca commit 302eb8f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions GrinPlusPlus/GrinPlusPlus.Android/GrinNodeService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,6 @@ private void InitializeNodeService()
Log.Error(TAG, ex.Message);
}

try
{
var peersFolder = Xamarin.Essentials.Preferences.Get("PeersFolder", "");
NodeControl.DeleteNodeDataFolder(peersFolder);
}
catch (Exception ex)
{
Log.Error(TAG, ex.Message);
}

try
{
Log.Verbose(TAG, "Starting Node...");
Expand Down

0 comments on commit 302eb8f

Please sign in to comment.