remove log
This commit is contained in:
@@ -32,12 +32,11 @@ class HttpManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(xmlhttp.status >= 200 && xmlhttp.status <= 299){
|
if(xmlhttp.status >= 200 && xmlhttp.status <= 299){
|
||||||
console.log("onsuccess", response);
|
|
||||||
this.$timeout(function(){
|
this.$timeout(function(){
|
||||||
onsuccess(response);
|
onsuccess(response);
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
console.error("onerror", response);
|
console.error("Request error:", response);
|
||||||
this.$timeout(function(){
|
this.$timeout(function(){
|
||||||
onerror(response)
|
onerror(response)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user