mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 15:58:38 -05:00
Remove error response from unexpected server error messaging
This commit is contained in:
@@ -44,7 +44,6 @@ function httpPost (data) {
|
||||
}
|
||||
|
||||
function httpPut (changes) {
|
||||
console.log(this.get(), changes);
|
||||
let model = Object.assign(this.get(), changes);
|
||||
|
||||
let req = {
|
||||
|
||||
Reference in New Issue
Block a user