From 702f853a1127f46015aadd62b9e57a5117fbe095 Mon Sep 17 00:00:00 2001 From: raphael Date: Mon, 14 Jan 2019 14:10:35 +0100 Subject: [PATCH] remove obsolete code --- public/js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/main.js b/public/js/main.js index 73e4c62..cb052ad 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -176,7 +176,6 @@ $(document).ready(function () { if (isImageFileName(url)) { whiteboard.addImgToCanvasByUrl(url); } else { - var blob = items[i].getAsFile(); uploadImgAndAddToWhiteboard(url); } } else {