From 3b09c5ac911f3acd10e25d4e7a43746bb3b7b4ba Mon Sep 17 00:00:00 2001 From: Cameron Diver Date: Thu, 20 Jun 2019 15:20:19 +0100 Subject: [PATCH] Remove the livepush initialisation double printed log Change-type: patch Signed-off-by: Cameron Diver --- lib/utils/device/deploy.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/utils/device/deploy.ts b/lib/utils/device/deploy.ts index 11032ee0..9f11a102 100644 --- a/lib/utils/device/deploy.ts +++ b/lib/utils/device/deploy.ts @@ -231,7 +231,6 @@ export async function deployToDevice(opts: DeviceDeployOptions): Promise { deployOpts: opts, }); - globalLogger.logLivepush('Watching for file changes...'); const promises: Array | Promise> = [livepush.init()]; // Only show logs if we're not detaching if (!opts.detached) {