From 4904c184f7ee9458debce0f5bc30a1f7610e050b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 29 May 2014 13:02:56 +0200 Subject: [PATCH] Removed accidentally committed dummy error (for testing pnotify migration) --- src/octoprint/static/js/app/main.js | 3 --- 1 file changed, 3 deletions(-) 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}); } );