Skip to content

Commit 90bb1db

Browse files
Aniket-Enggyann300
authored andcommitted
remove logs
1 parent 96772a0 commit 90bb1db

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/remix-ide/src/app/plugins/desktop-client.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export class DesktopClient extends ViewPlugin {
5252
this.queryParams = new QueryParams()
5353

5454
this.params = this.queryParams.get()
55-
console.log('DesktopClient params', this.params)
5655
}
5756

5857
onActivation() {

apps/remix-ide/src/app/udapp/run-tab.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ class Provider {
377377
}
378378
request (payload): Promise<any> {
379379
return new Promise((resolve, reject) => {
380-
console.log('request', payload)
381380
this.udapp.call(this.name, 'sendAsync', payload).then((response) => {
382381
if (response.error) {
383382
reject(response.error)

0 commit comments

Comments
 (0)