fix console log bug

This commit is contained in:
raphael 2019-07-01 13:26:11 +02:00
parent e7f923a999
commit 9f7c780e16
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ if (disableSmallestScreen) {
console.log("Disabled showing smallest screen resolution!");
}
if (webdav) {
consolewebDav.log("Webdav save is enabled!");
console.log("Webdav save is enabled!");
}
app.get('/loadwhiteboard', function (req, res) {