Skip to content

Commit 1ec5648

Browse files
committed
Update RefreshCoursesAction.java
1 parent 6d5cad9 commit 1ec5648

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tmc-plugin/src/fi/helsinki/cs/tmc/actions/RefreshCoursesAction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public void run() {
8282
ProgressHandle courseRefresh = ProgressHandleFactory.createSystemHandle(
8383
"Refreshing course list");
8484
courseRefresh.start();
85-
System.err.println("URLI: " + tmcSettings.getServerAddress());
8685
ListenableFuture<List<Course>> listCourses = this.tmcCore.listCourses(tmcSettings);
8786
Futures.addCallback(listCourses, new LoadCourses(courseRefresh));
8887
}

0 commit comments

Comments
 (0)