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 38dcca4 commit 2c33d89Copy full SHA for 2c33d89
tmc-plugin/src/fi/helsinki/cs/tmc/actions/DownloadExercisesAction.java
@@ -54,9 +54,6 @@ public DownloadExercisesAction(List<Exercise> exercisesToOpen) {
54
}
55
56
public void run() {
57
-// final AggregatingBgTaskListener<TmcProjectInfo> aggregator
58
-// = new AggregatingBgTaskListener<TmcProjectInfo>(exercisesToDownload.size(), whenAllDownloadsFinished);
59
-
60
for (final Exercise exercise : exercisesToDownload) {
61
startDownloading(exercise, whenDownloadsFinished);
62
0 commit comments