remove debug

This commit is contained in:
caranicas 2022-09-20 09:55:33 -04:00
parent a5ae3545d5
commit 6f3829fa91

View File

@ -27,7 +27,6 @@ export default function MakeButton() {
// potentially update the seed
if (isRandomSeed) {
// update the seed for the next time we click the button
debugger;
setRequestOption("seed", useRandomSeed());
}