diff --git a/js/PrintPage.js b/js/PrintPage.js index 462d4b6..761cb24 100644 --- a/js/PrintPage.js +++ b/js/PrintPage.js @@ -175,7 +175,8 @@ }, function(failData) { console.log("_networkAPI status failed",failData); - $("#infoWiFiBox").html("failed to retrieve network status from WiFi-Box"); + //this message is shown often which is confusing for the user. + // $("#infoWiFiBox").html("failed to retrieve network status from WiFi-Box"); }); }