We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9c90f commit 216950fCopy full SHA for 216950f
octoprint_mrbeam/static/js/hard_refresh_overlay.js
@@ -23,7 +23,6 @@ $(function () {
23
}
24
// needs to be used for oprint 1.3.6
25
self.onDataUpdaterPluginMessage = function (plugin, data) {
26
- console.log("hard_refresh", plugin, data);
27
if (plugin === "softwareupdate") {
28
if ("type" in data && (data["type"] === "success" || data["type"] === "restarting" || data["type"] === "restart_manually")) {
29
document.cookie = "f.u.extra=true"; // add cookie
0 commit comments