Skip to content

Commit

Permalink
Remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Feb 5, 2025
1 parent 13c53d3 commit e821f77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/add-example-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ const taxonomyCSV = `${binariesBaseDir}/taxonomy.csv`;
const taxonomyJSON = `${binariesBaseDir}/taxonomy.json`;

const downloadAndroid = async argv => {
console.log( "argv", argv );
const androidFlavor = argv.androidFlavor || "debug";
console.log( "androidFlavor", androidFlavor );
const androidDestination = path.join(
__dirname,
"..",
Expand Down

0 comments on commit e821f77

Please sign in to comment.