Skip to content

Commit 38dcca4

Browse files
committed
Removed commented code
1 parent 995658e commit 38dcca4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tmc-plugin/src/fi/helsinki/cs/tmc/ui/DownloadOrUpdateExercisesDialog.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,8 @@ private void updateSelectAllButtonState() {
126126
}
127127

128128
private void doDownloadAndUpdate(List<Exercise> toDownload, List<Exercise> toUpdate) {
129-
// try {
130129
new DownloadExercisesAction(toDownload).run();
131130
new UpdateExercisesAction(toUpdate).run();
132-
// } catch (TmcCoreException ex) {
133-
// Exceptions.printStackTrace(ex);
134-
// ConvenientDialogDisplayer.getDefault()
135-
// .displayError("Failed to download exercises.\n" + ServerErrorHelper.getServerExceptionMsg(ex));
136-
// }
137131
}
138132

139133
/**

0 commit comments

Comments
 (0)