Commit bb001767 authored by pythongosssss's avatar pythongosssss
Browse files

Remove debugger

parent 7a7e3288
...@@ -527,7 +527,6 @@ class ComfyApp { ...@@ -527,7 +527,6 @@ class ComfyApp {
} }
} catch (err) { } catch (err) {
console.error("Error loading previous workflow", err); console.error("Error loading previous workflow", err);
debugger;
} }
// We failed to restore a workflow so load the default // We failed to restore a workflow so load the default
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment