Skip to content

Commit 259a884

Browse files
committed
Update main.js
1 parent decc010 commit 259a884

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

www/pppwn/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,10 @@ var appView = Backbone.View.extend({
100100
version:this.inputVersion.val()
101101
}
102102
}).then(function(response){
103-
console.log(response);
104103
if(response.output){
105104
self.textareaOut.append(response.output+"\n");
106105
}
107106
}).catch(function(err){
108-
console.log(err);
109107
self.textareaOut.append(err.responseJSON.output+"\n");
110108
});
111109

0 commit comments

Comments
 (0)