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
f79278f0
Commit
f79278f0
authored
Aug 22, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove console.dir
parent
d5b9f6a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
compiler.js
remix-solidity/src/compiler/compiler.js
+0
-2
No files found.
remix-solidity/src/compiler/compiler.js
View file @
f79278f0
...
@@ -55,7 +55,6 @@ function Compiler (handleImportCall) {
...
@@ -55,7 +55,6 @@ function Compiler (handleImportCall) {
}
}
var
compile
=
function
(
files
,
target
)
{
var
compile
=
function
(
files
,
target
)
{
console
.
dir
(
"compile"
);
self
.
event
.
trigger
(
'compilationStarted'
,
[])
self
.
event
.
trigger
(
'compilationStarted'
,
[])
internalCompile
(
files
,
target
)
internalCompile
(
files
,
target
)
}
}
...
@@ -212,7 +211,6 @@ function Compiler (handleImportCall) {
...
@@ -212,7 +211,6 @@ function Compiler (handleImportCall) {
}
else
if
(
missingInputs
!==
undefined
&&
missingInputs
.
length
>
0
)
{
}
else
if
(
missingInputs
!==
undefined
&&
missingInputs
.
length
>
0
)
{
// try compiling again with the new set of inputs
// try compiling again with the new set of inputs
console
.
dir
(
"compilationFinshed"
);
internalCompile
(
source
.
sources
,
source
.
target
,
missingInputs
)
internalCompile
(
source
.
sources
,
source
.
target
,
missingInputs
)
}
else
{
}
else
{
data
=
updateInterface
(
data
)
data
=
updateInterface
(
data
)
...
...
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