From 33694ce1563aa092acb0d75d936c2b88bb50a609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Tue, 13 Jun 2017 13:41:20 +0300 Subject: [PATCH] Remove temporary testing code that slipped through to release. --- emsdk | 1 - 1 file changed, 1 deletion(-) diff --git a/emsdk b/emsdk index 3cdd3fd..5bfc696 100755 --- a/emsdk +++ b/emsdk @@ -1492,7 +1492,6 @@ def update_emsdk(): print('You seem to have bootstrapped Emscripten SDK by cloning from GitHub. In this case, use "git pull" instead of "emsdk update" to update emsdk. (Not doing that automatically in case you have local changes)', file=sys.stderr) print('Alternatively, use "emsdk update-tags" to refresh the latest list of tags from the different Git repositories.', file=sys.stderr) sys.exit(1) - sys.exit(0) if WINDOWS: download_and_unzip(urljoin(emsdk_packages_url, 'emsdk_windows_update.zip'), emsdk_path(), download_even_if_exists=True) rmfile('zips/emsdk_windows_update.zip')