Skip to content

Commit 2386ab3

Browse files
committed
delete some console.logs
1 parent 2572e99 commit 2386ab3

File tree

7 files changed

+4
-6
lines changed

7 files changed

+4
-6
lines changed

GlowScriptOffline/glowscript_libraries/RScompiler.3.2.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.3.2.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.

GlowScriptOffline3.2.zip

-30 Bytes
Binary file not shown.

ide/ide.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ $(function () {
8585
// Prior to version 3.0, we stripped the header line from the source:
8686
else if (Number(okv) < 3.0) source = source.substr(sourceLines[0].length+1)
8787
let unpackaged = (okv === "unpackaged")
88-
console.log('ide 88', ret)
8988
return {
9089
version: okv,
9190
lang: ret.lang,

lib/compiling/GScompiler.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,6 @@ where compile() was called, in untrusted/run.js.
786786
// options include lang ('javascript' or 'vpython'), version,
787787
// run (true if will run the code, false if compiling for sharing, in which case don't call fontloading)
788788
options = options || {}
789-
console.log(789, options)
790789
window.__original = {text: program.split("\n")}
791790
window.__GSlang = options.lang
792791
var version = '["'+options.version+'", "glowscript"]' // e.g. ['1.1', 'glowscript']

package/RScompiler.3.2.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.3.2.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)