forked from extern/easydiffusion
remove debug
This commit is contained in:
parent
a5ae3545d5
commit
6f3829fa91
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user