kill stray print
This commit is contained in:
parent
1f3fbafe14
commit
c70c079411
|
@ -394,7 +394,6 @@ export default function Home() {
|
|||
|
||||
// TODO(hayk): Fix warning about effects.
|
||||
useTimeout(() => {
|
||||
console.log("SHOULD ONLY RUN ONCE");
|
||||
runInference(alpha, seed, appState, promptInputs);
|
||||
}, 1000);
|
||||
|
||||
|
|
Loading…
Reference in New Issue