Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
Signed-off-by: Qiaozp <[email protected]>
  • Loading branch information
chivalryq committed Apr 19, 2023
1 parent d99dcb4 commit 2e01cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/velaux-ui/src/services/BackendService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export class BackendWrapper implements BackendSrv {
}

get(url: string, params?: any, customError?: boolean) {
console.log('get', url, params,)
return this.axiosInstance
.get(baseURL + url, params)
.then((res) => {
Expand Down

0 comments on commit 2e01cee

Please sign in to comment.