From 7d3f2942c5486ec8b051a9782df55878cd5ab89c Mon Sep 17 00:00:00 2001 From: Eyal Soha Date: Tue, 7 Feb 2017 21:42:09 +0200 Subject: [PATCH] cleanup the merge --- octoprint_slicer/static/js/slicer.js | 2 -- 1 file changed, 2 deletions(-) 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}); } - - } }); };