Remove logging.

This commit is contained in:
Michael Teeuw
2020-02-01 19:12:05 +01:00
parent 1315aceb44
commit 561827e896
4 changed files with 4 additions and 8 deletions

View File

@@ -138,8 +138,6 @@ Module.register("calendar", {
this.loaded = true;
} else if (notification === "INCORRECT_URL") {
Log.error("Calendar Error. Incorrect url: " + payload.url);
} else {
Log.log("Calendar received an unknown socket notification: " + notification);
}
this.updateDom(this.config.animationSpeed);