diff --git a/Stitch/Graph/ViewModel/GraphState.swift b/Stitch/Graph/ViewModel/GraphState.swift index 73f853916..f5b0beb34 100644 --- a/Stitch/Graph/ViewModel/GraphState.swift +++ b/Stitch/Graph/ViewModel/GraphState.swift @@ -369,7 +369,8 @@ extension GraphState { var graphStepManager: GraphStepManager { guard let document = self.documentDelegate else { - fatalErrorIfDebug() +// fatalErrorIfDebug() + log("graphStepManager: did not have a document delegate") return .init() }