From 524a1b72b1c3391650addc3291459d55ea3c1c61 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 7 Jun 2018 18:27:38 +0200 Subject: fix module --- public/bundle.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'public/bundle.js') diff --git a/public/bundle.js b/public/bundle.js index b7fc75f..631cae8 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -3296,7 +3296,6 @@ var Select = function (_Component) { value = key.value || key.name; } } - console.log(key, name, value); lastValue = value; return (0, _preact.h)( 'option', @@ -7993,7 +7992,10 @@ var live_task = exports.live_task = function live_task(sequence, checkpoint) { module: 'pix2wav', activity: 'live', dataset: sequence, - checkpoint: checkpoint + checkpoint: checkpoint, + opt: { + poll_delay: 0.5 + } }; console.log(task); console.log('add live task'); @@ -8144,7 +8146,6 @@ var Pix2WavLive = function (_Component) { return (0, _preact.h)(_common.Loading, null); } // console.log('sequence', this.props.opt) - console.log(this.props.pix2wav.data.checkpoints); return (0, _preact.h)( 'div', { className: 'app centered' }, -- cgit v1.2.3-70-g09d2