diff --git a/src/octoprint/static/js/app/main.js b/src/octoprint/static/js/app/main.js index ab23d9e7..ba24a460 100644 --- a/src/octoprint/static/js/app/main.js +++ b/src/octoprint/static/js/app/main.js @@ -403,9 +403,6 @@ $(function() { firstRunViewModel.showDialog(); } - var html = "
Rendering of timelapse someTimelapse.mpg failed with return code someReturnCode
"; - html += pnotifyAdditionalInfo('some Error\nwith\nsome\nlines'); - new PNotify({title: "Rendering failed", text: html, type: "error", hide: false}); } );