Remove error response from unexpected server error messaging

This commit is contained in:
gconsidine
2017-06-12 09:52:05 -04:00
parent 1be9c3ba94
commit e91d1e0eb0
2 changed files with 15 additions and 3 deletions
-1
View File
@@ -44,7 +44,6 @@ function httpPost (data) {
}
function httpPut (changes) {
console.log(this.get(), changes);
let model = Object.assign(this.get(), changes);
let req = {