Skip to content

Commit

Permalink
android: Remove Log.e in gossip job in order to prevent null crash
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Jul 7, 2023
1 parent 821078f commit a969f77
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public void run() {
out.close();
stream.close();
} catch (Throwable e) {
Log.e(TAG, e.getMessage());
HyperLog.e(TAG, e.getMessage());
completer.set(Result.failure());
return;
Expand Down

1 comment on commit a969f77

@vercel
Copy link

@vercel vercel bot commented on a969f77 Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blixt-wallet – ./

blixt-wallet-git-master-hsjoberg.vercel.app
blixt-wallet-hsjoberg.vercel.app

Please sign in to comment.