Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
cli: remove forgotten console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspect26 authored and raphamorim committed Mar 22, 2021
1 parent 197c658 commit dbbe09b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-tv-cli/scripts/webos/run.js
Expand Up @@ -142,7 +142,6 @@ function run(root, device) {

const latestIPK = config.id + '_' + config.version + '_all.ipk';
console.log(chalk.blue(` installing ${latestIPK} as IPK`));
console.log(`"${webOS_TV_SDK_ENV}/ares-install" ${optDevice} ${latestIPK}`)
execSync(`"${webOS_TV_SDK_ENV}/ares-install" ${optDevice} ${latestIPK}`, {
cwd: webosPath,
});
Expand Down

0 comments on commit dbbe09b

Please sign in to comment.