Commit b410f9c9 authored by Stepheno's avatar Stepheno

feat(rm console)

parent d0ed027f
...@@ -93,7 +93,6 @@ export function callApi(name: string, uri: string, params: any = null, method: s ...@@ -93,7 +93,6 @@ export function callApi(name: string, uri: string, params: any = null, method: s
dataCenter.set(dataCenterConfig.ajax, name, response.origin) dataCenter.set(dataCenterConfig.ajax, name, response.origin)
return response return response
}) })
.then(console.log)
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment