Skip to content

Commit 89896ea

Browse files
committed
chore: remove dispose log
1 parent 309a2d1 commit 89896ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WolvenKit/Views/Documents/QuestPhaseGraphView.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ protected virtual void Dispose(bool disposing)
207207
KeyDown -= OnKeyDown;
208208

209209
_disposed = true;
210-
Locator.Current.GetService<ILoggerService>()?.Info("[QuestPhaseGraphView] View disposed successfully - all resources cleaned up");
211210
}
212211
}
213212

0 commit comments

Comments
 (0)