kill stray print

This commit is contained in:
Hayk Martiros 2022-11-25 22:14:06 -08:00
parent 1f3fbafe14
commit c70c079411
1 changed files with 0 additions and 1 deletions

View File

@ -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);