Skip to content

Commit 92a18b4

Browse files
[update] unnecessary logging disabled
1 parent bb1d5c7 commit 92a18b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/com/dhtmlx/connector/LogManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void close(){
114114
log_writer.flush();
115115
log_writer.close();
116116
} catch (IOException e) {
117-
e.printStackTrace();
117+
//e.printStackTrace();
118118
}
119119
}
120120

0 commit comments

Comments
 (0)