diff options
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/public/bundle.js b/public/bundle.js index 595a2c4..b5764cf 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -6663,12 +6663,9 @@ var Pix2PixLive = function (_Component) { key: 'start', value: function start() { // console.log(this.props) - console.log('starting up!'); var sequence = this.props.pix2pix.data.sequences[0].name; - console.log(sequence); var checkpoint = this.props.pix2pix.data.checkpoints[0].name; - console.log(checkpoint); - console.log(sequence, checkpoint); + console.log('starting up!', sequence, checkpoint); this.props.pix2pixTasks.live_task(sequence, checkpoint); } }, { |
