From 76057fad7715474c68ce8a3ff30f3842393a60bf Mon Sep 17 00:00:00 2001 From: raphael Date: Wed, 20 May 2020 14:29:14 +0200 Subject: [PATCH] remove debug console log --- src/js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/main.js b/src/js/main.js index 09f0d08..ee49860 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -283,7 +283,6 @@ function initWhiteboard() { showBasicAlert("Please drag the image into the browser."); }); - console.log(ConfigService.imageDownloadFormat, ConfigService.showSmallestScreenIndicator); // save image as imgae $("#saveAsImageBtn").click(function () { whiteboard.getImageDataBase64(ConfigService.imageDownloadFormat, function (imgData) {