diff --git a/octoprint_slicer/static/js/slicer.js b/octoprint_slicer/static/js/slicer.js index e3304b2..b1e81a3 100644 --- a/octoprint_slicer/static/js/slicer.js +++ b/octoprint_slicer/static/js/slicer.js @@ -616,8 +616,6 @@ $(function() { error: function(jqXHR, textStatus) { new PNotify({title: "Slicing failed", text: textStatus, type: "error", hide: false}); } - - } }); };