Skip to content

Commit

Permalink
Remove debug loggin in GeneralReceiver
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Dec 3, 2018
1 parent f0f87c8 commit 422c24b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import com.topjohnwu.magisk.SuRequestActivity;
import com.topjohnwu.magisk.services.OnBootService;
import com.topjohnwu.magisk.utils.DlInstallManager;
import com.topjohnwu.magisk.utils.Logger;
import com.topjohnwu.magisk.utils.SuConnector;
import com.topjohnwu.superuser.Shell;

Expand All @@ -28,7 +27,6 @@ public void onReceive(Context context, Intent intent) {
String action = intent.getAction();
if (action == null)
return;
Logger.debug(action);
switch (action) {
case Intent.ACTION_BOOT_COMPLETED:
String bootAction = intent.getStringExtra("action");
Expand Down

0 comments on commit 422c24b

Please sign in to comment.