remove obsolete code

This commit is contained in:
raphael 2019-01-14 14:10:35 +01:00
parent b42d8ee8b4
commit 702f853a11
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ $(document).ready(function () {
if (isImageFileName(url)) {
whiteboard.addImgToCanvasByUrl(url);
} else {
var blob = items[i].getAsFile();
uploadImgAndAddToWhiteboard(url);
}
} else {