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 995658e commit 38dcca4Copy full SHA for 38dcca4
tmc-plugin/src/fi/helsinki/cs/tmc/ui/DownloadOrUpdateExercisesDialog.java
@@ -126,14 +126,8 @@ private void updateSelectAllButtonState() {
126
}
127
128
private void doDownloadAndUpdate(List<Exercise> toDownload, List<Exercise> toUpdate) {
129
-// try {
130
new DownloadExercisesAction(toDownload).run();
131
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
-// }
137
138
139
/**
0 commit comments