Skip to content

Commit 2c33d89

Browse files
committed
Removed commented code
1 parent 38dcca4 commit 2c33d89

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ public DownloadExercisesAction(List<Exercise> exercisesToOpen) {
5454
}
5555

5656
public void run() {
57-
// final AggregatingBgTaskListener<TmcProjectInfo> aggregator
58-
// = new AggregatingBgTaskListener<TmcProjectInfo>(exercisesToDownload.size(), whenAllDownloadsFinished);
59-
6057
for (final Exercise exercise : exercisesToDownload) {
6158
startDownloading(exercise, whenDownloadsFinished);
6259
}

0 commit comments

Comments
 (0)