diff --git a/products/nativescript/tns_logs.py b/products/nativescript/tns_logs.py index 2b310993..5aec858e 100644 --- a/products/nativescript/tns_logs.py +++ b/products/nativescript/tns_logs.py @@ -141,7 +141,6 @@ def __file_changed_messages(run_type, file_name, platform, bundle, hmr, uglify, logs.append('Webpack compilation complete.') logs.append('Webpack build done!') if hmr: - logs.append('Successfully transferred bundle.') logs.append('hot-update.json') logs.append('HMR: Checking for updates to the bundle with hmr hash') logs.append('HMR: The following modules were updated:')