Merge pull request #1320 from balena-io/remove-double-printed-log

Remove the livepush initialisation double printed log
This commit is contained in:
CameronDiver 2019-06-20 08:40:38 -07:00 committed by GitHub
commit e0ee333717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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