mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
Remove the livepush initialisation double printed log
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
6994499f14
commit
3b09c5ac91
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user