diff options
-rw-r--r-- | dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/cow/CowSession.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/cow/CowSession.java b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/cow/CowSession.java index cfe17a4e..a2814d15 100644 --- a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/cow/CowSession.java +++ b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/cow/CowSession.java @@ -146,8 +146,6 @@ public class CowSession { errorMessage)); } else { ret.tasks.add(new ProgressItem("Copying source file", 100, null)); - ret.tasks.add(new ProgressItem("Waiting for Upload to finish", - status == Status.WAITING_FOR_UPLOAD_DONE ? -1 : 100, errorMessage)); } if (finalizer != null) { ret.tasks.add(new ProgressItem("Hashing modified image", finalizer.progressPercent(), |