We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a0945 commit 9584236Copy full SHA for 9584236
src/main/java/httpserver/Logger.java
@@ -27,9 +27,7 @@ public void log(String logString) {
27
private void createFileIfDoesntExist(Path path) {
28
try {
29
fileOperator.createFileAtPath(path);
30
- } catch (IOException e) {
31
- System.out.println("Coudln't create log file");
32
- }
+ } catch (IOException e) {}
33
}
34
35
public byte[] readLog() {
0 commit comments