Remove temporary testing code that slipped through to release.

This commit is contained in:
Jukka Jylänki
2017-06-13 13:41:20 +03:00
parent 2e8d8474f7
commit 33694ce156

1
emsdk
View File

@@ -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')