Skip to content

Commit 4b548c3

Browse files
authored
Debug line deleted.
1 parent 61b6c3a commit 4b548c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/util/FileOps.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ public void storeContext() throws IOException,FileNotFoundException
6666
//itterate through the whole text - list.
6767
while(curr != null)
6868
{
69-
70-
System.out.println(curr.getValue().toString());
71-
69+
7270
//write on file, line wise.
7371
w.write(curr.getValue().toString());
7472
w.newLine();

0 commit comments

Comments
 (0)