diff --git a/www/js/index.js b/www/js/index.js index 2a255c3..fc8c65b 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -46,7 +46,6 @@ function success(msg) { if (!_.isEmpty(msg)) $('#baseH').html('base64:' + msg.replace('\n', '')); - debugger window.open('data:application/pdf,', escape(msg.replace('\n', ''))) $.post("http://192.168.1.5:3000/b64", { @@ -96,8 +95,6 @@ var HomeView = Backbone.View.extend({ e.preventDefault() progressShow() - debugger - var orientation = $("#orientation option:selected").text(); var documentSize = $("#document-size option:selected").val();