remove debug console log

This commit is contained in:
raphael 2020-05-20 14:29:14 +02:00
parent d804f56152
commit 76057fad77
1 changed files with 0 additions and 1 deletions

View File

@ -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) {