Skip to content

Commit

Permalink
Remove DEBUG log
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Apr 11, 2019
1 parent 7a2539d commit d0fdb21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/java/org/jd/gui/controller/MainController.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,8 @@ public class MainController implements API {
protected ScheduledExecutorService executor = Executors.newSingleThreadScheduledExecutor();
protected ArrayList<IndexesChangeListener> containerChangeListeners = new ArrayList<>();

long debug;

@SuppressWarnings("unchecked")
public MainController(Configuration configuration) {
debug = System.currentTimeMillis();
this.configuration = configuration;

SwingUtil.invokeLater(() -> {
Expand Down

0 comments on commit d0fdb21

Please sign in to comment.