From c24b88914145745f3b84694aeeb6cd4e4a572eed Mon Sep 17 00:00:00 2001 From: Dimitar Topuzov Date: Thu, 4 Apr 2019 04:59:14 -0700 Subject: [PATCH] chore: remove verification --- products/nativescript/tns_logs.py | 1 - 1 file changed, 1 deletion(-) 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:')