mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-21 02:18:24 +02:00
remove debug
This commit is contained in:
parent
a5ae3545d5
commit
6f3829fa91
@ -27,7 +27,6 @@ export default function MakeButton() {
|
|||||||
// potentially update the seed
|
// potentially update the seed
|
||||||
if (isRandomSeed) {
|
if (isRandomSeed) {
|
||||||
// update the seed for the next time we click the button
|
// update the seed for the next time we click the button
|
||||||
debugger;
|
|
||||||
setRequestOption("seed", useRandomSeed());
|
setRequestOption("seed", useRandomSeed());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user