mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove dangling debug statement
This commit is contained in:
parent
9b1a7b553f
commit
6b7be4e5dc
@ -329,8 +329,6 @@ class editOptsForm(npyscreen.FormMultiPage):
|
||||
def create(self):
|
||||
program_opts = self.parentApp.program_opts
|
||||
old_opts = self.parentApp.invokeai_opts
|
||||
with open("log.txt", "w") as f:
|
||||
f.write(str(old_opts))
|
||||
first_time = not (Globals.root / Globals.initfile).exists()
|
||||
access_token = HfFolder.get_token()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user