Remove the livepush initialisation double printed log

Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
Cameron Diver 2019-06-20 15:20:19 +01:00
parent 6994499f14
commit 3b09c5ac91

View File

@ -231,7 +231,6 @@ export async function deployToDevice(opts: DeviceDeployOptions): Promise<void> {
deployOpts: opts, deployOpts: opts,
}); });
globalLogger.logLivepush('Watching for file changes...');
const promises: Array<Bluebird<void> | Promise<void>> = [livepush.init()]; const promises: Array<Bluebird<void> | Promise<void>> = [livepush.init()];
// Only show logs if we're not detaching // Only show logs if we're not detaching
if (!opts.detached) { if (!opts.detached) {