Skip to content

Commit d6b95ed

Browse files
committed
Unnecessary System.out.printlns removed
1 parent 6440750 commit d6b95ed

File tree

1 file changed

+0
-2
lines changed
  • tmc-plugin/test/qa-functional/src/fi/helsinki/cs/tmc/functionaltests/utils

1 file changed

+0
-2
lines changed

tmc-plugin/test/qa-functional/src/fi/helsinki/cs/tmc/functionaltests/utils/FakeTmcServer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ public void handle(HttpRequest req, HttpResponse resp, HttpContext hc) throws Ht
9292
m.matches();
9393
String id = m.group(1);
9494

95-
System.out.println(courseDetails);
96-
System.out.println(id);
9795
String response = courseDetails.get(id);
9896
if (response != null) {
9997
authenticate(params);

0 commit comments

Comments
 (0)