Remove debug logs

This commit is contained in:
topjohnwu
2017-10-14 03:31:48 +08:00
parent bcd92499f2
commit c10076f7ed
28 changed files with 11 additions and 237 deletions

View File

@@ -16,7 +16,6 @@ import com.topjohnwu.magisk.adapters.ModulesAdapter;
import com.topjohnwu.magisk.asyncs.LoadModules;
import com.topjohnwu.magisk.components.Fragment;
import com.topjohnwu.magisk.container.Module;
import com.topjohnwu.magisk.utils.Logger;
import com.topjohnwu.magisk.utils.Topic;
import com.topjohnwu.magisk.utils.Utils;
@@ -77,7 +76,6 @@ public class ModulesFragment extends Fragment implements Topic.Subscriber {
@Override
public void onTopicPublished(Topic topic, Object result) {
Logger.dev("ModulesFragment: UI refresh triggered");
updateUI();
}