diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-06-19 03:19:43 -0700 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-06-19 03:19:43 -0700 |
commit | 1d006283f3397f2e517d1ad2e934646b0b7400c9 (patch) | |
tree | e169b64cde28d35dafafd8e22a666809ace4fcc7 /julia | |
parent | 797fd0eea058d54fe45fa057e9c59f07475082fd (diff) | |
download | simponic.xyz-1d006283f3397f2e517d1ad2e934646b0b7400c9.tar.gz simponic.xyz-1d006283f3397f2e517d1ad2e934646b0b7400c9.zip |
Remove a console.log in julia, add callback function
Diffstat (limited to 'julia')
-rw-r--r-- | julia/julia.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/julia/julia.js b/julia/julia.js index 3f31e4b..0099137 100644 --- a/julia/julia.js +++ b/julia/julia.js @@ -81,7 +81,6 @@ const startAnim = (sliderId, complexComponentName='ci') => { }; const start = setInterval(() => { if (state[complexComponentName] >= C_THRESHOLD) { - console.log("OVER", C_THRESHOLD); restart(start); } |