Skip to content

Commit 7e8ad2a

Browse files
committed
fix: fixing FileSessionStorage
why am i need this?
1 parent 748de1b commit 7e8ad2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/src/main/java/hirez/api/sessions/FileSessionStorage.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ private String readFile() throws IOException {
6060
String data = reader.readLine();
6161
reader.close();
6262

63-
System.out.println(data);
64-
6563
return data;
6664
}
6765

0 commit comments

Comments
 (0)