remove debug console log
This commit is contained in:
parent
d804f56152
commit
76057fad77
@ -283,7 +283,6 @@ function initWhiteboard() {
|
|||||||
showBasicAlert("Please drag the image into the browser.");
|
showBasicAlert("Please drag the image into the browser.");
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(ConfigService.imageDownloadFormat, ConfigService.showSmallestScreenIndicator);
|
|
||||||
// save image as imgae
|
// save image as imgae
|
||||||
$("#saveAsImageBtn").click(function () {
|
$("#saveAsImageBtn").click(function () {
|
||||||
whiteboard.getImageDataBase64(ConfigService.imageDownloadFormat, function (imgData) {
|
whiteboard.getImageDataBase64(ConfigService.imageDownloadFormat, function (imgData) {
|
||||||
|
Loading…
Reference in New Issue
Block a user