Skip to content

Commit c352090

Browse files
committed
removed error dialogs
1 parent 6751d9e commit c352090

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ public void onSuccess(List<Exercise> downloadedExercises) {
5656
for (Exercise exercise : downloadedExercises) {
5757
TmcProjectInfo info = projectMediator.tryGetProjectForExercise(exercise);
5858
if (info == null) {
59-
dialogs.displayError(
60-
"Could not find exercise " + exercise.getName() + " from the filesystem");
6159
continue;
6260
}
6361
projects.add(info);

0 commit comments

Comments
 (0)