Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega committed Aug 4, 2022
1 parent d144438 commit 6271cb8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/cml/tensorboard-dev.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ describe('CML e2e', () => {
--logdir logs --name '${name}' --description '${desc}'`
);

console.log(`node ./bin/cml.js tensorboard-dev --credentials '${CREDENTIALS}' \
--md --title '${title}' \
--logdir logs --name '${name}' --description '${desc}'`);

const isRunning = await isTbRunning();
await rmTbDevExperiment(output);

Expand Down

1 comment on commit 6271cb8

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.