Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
331f02c1
Commit
331f02c1
authored
Jun 22, 2021
by
aniket-engg
Committed by
Aniket
Jun 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
consoles removed
parent
c36bd1d2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
hardhat-provider.js
apps/remix-ide/src/app/tabs/hardhat-provider.js
+0
-2
No files found.
apps/remix-ide/src/app/tabs/hardhat-provider.js
View file @
331f02c1
...
...
@@ -40,8 +40,6 @@ export default class HardhatProvider extends Plugin {
}
sendAsync
(
data
)
{
console
.
log
(
'data in sendAsync-->'
,
data
)
console
.
log
(
'provider in sendAsync-->'
,
this
.
provider
)
return
new
Promise
((
resolve
,
reject
)
=>
{
// If provider is not set, allow to open modal only when provider is trying to connect
if
(
!
this
.
provider
||
data
.
method
===
'net_listening'
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment