Skip to content

Commit 216950f

Browse files
author
Josef-MrBeam
committed
removing logging
1 parent 5d9c90f commit 216950f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

octoprint_mrbeam/static/js/hard_refresh_overlay.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ $(function () {
2323
}
2424
// needs to be used for oprint 1.3.6
2525
self.onDataUpdaterPluginMessage = function (plugin, data) {
26-
console.log("hard_refresh", plugin, data);
2726
if (plugin === "softwareupdate") {
2827
if ("type" in data && (data["type"] === "success" || data["type"] === "restarting" || data["type"] === "restart_manually")) {
2928
document.cookie = "f.u.extra=true"; // add cookie

0 commit comments

Comments
 (0)