Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Apr 25, 2021
1 parent e9941e7 commit 785dfd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/me/coley/recaf/config/ConfKeybinding.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public boolean supported(Class<?> type) {
*/
public void setIsUpdating(boolean isEditingBind) {
this.isEditingBind = isEditingBind;
Log.error(":" + isEditingBind);
}

/**
Expand Down

0 comments on commit 785dfd0

Please sign in to comment.