Skip to content

Commit 785dfd0

Browse files
committed
Remove debug logging
1 parent e9941e7 commit 785dfd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/me/coley/recaf/config/ConfKeybinding.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ public boolean supported(Class<?> type) {
110110
*/
111111
public void setIsUpdating(boolean isEditingBind) {
112112
this.isEditingBind = isEditingBind;
113-
Log.error(":" + isEditingBind);
114113
}
115114

116115
/**

0 commit comments

Comments
 (0)