We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5cad9 commit 1ec5648Copy full SHA for 1ec5648
tmc-plugin/src/fi/helsinki/cs/tmc/actions/RefreshCoursesAction.java
@@ -82,7 +82,6 @@ public void run() {
82
ProgressHandle courseRefresh = ProgressHandleFactory.createSystemHandle(
83
"Refreshing course list");
84
courseRefresh.start();
85
- System.err.println("URLI: " + tmcSettings.getServerAddress());
86
ListenableFuture<List<Course>> listCourses = this.tmcCore.listCourses(tmcSettings);
87
Futures.addCallback(listCourses, new LoadCourses(courseRefresh));
88
}
0 commit comments