Skip to content

Commit 63ba9a7

Browse files
committed
Delete console.log from compiler
1 parent eb48448 commit 63ba9a7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

GlowScriptOffline/glowscript_libraries/RScompiler.2.7.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GlowScriptOffline/glowscript_libraries/compiler.2.7.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GlowScriptOffline2.7.zip

-38 Bytes
Binary file not shown.

lib/compiling/GScompiler.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,8 @@ See ForInstalledPython/README.txt for how to obtain the plotly graphing library
826826
var sc = program.lastIndexOf(s)
827827
if (sc > -1) program = program.slice(0,sc) + program.slice(sc+s.length,program.length)
828828

829-
var p = program.split('\n')
830-
for (var i=0; i<p.length; i++) console.log(i, p[i])
829+
// var p = program.split('\n')
830+
// for (var i=0; i<p.length; i++) console.log(i, p[i])
831831
return program
832832
}
833833
window.glowscript_compile = compile

package/RScompiler.2.7.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/compiler.2.7.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)