Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinresol committed Mar 14, 2022
1 parent 2c75955 commit 8777265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lix/client/haxe/Switcher.hx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ class Switcher {

logger.info('Neko seems to be missing. Attempting download ...');

trace(js.Node.process.arch);
(switch [Sys.systemName(), js.Node.process.arch] {
case ['Windows', _]: Download.zip('https://github.com/HaxeFoundation/neko/releases/download/v2-3-0/neko-2.3.0-win.zip', 1, neko, logger);
case ['Mac', _]: Download.tar('https://github.com/HaxeFoundation/neko/releases/download/v2-3-0/neko-2.3.0-osx64.tar.gz', 1, neko, logger);
Expand Down

0 comments on commit 8777265

Please sign in to comment.