Skip to content

Commit 03a53cc

Browse files
committed
Remove Print Statement
1 parent 7d5db51 commit 03a53cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CodeEdit/Features/Editor/Models/Restoration/UndoManagerRegistration.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ extension UndoManagerRegistration: CEWorkspaceFileManagerObserver {
5757
/// - When we receive a file update, if the file is not open in any editors we clear the undo stack
5858
func fileManagerUpdated(updatedItems: Set<CEWorkspaceFile>) {
5959
for file in updatedItems where file.fileDocument == nil {
60-
if managerMap[file.url.absolutePath] != nil {
61-
print("Clearing undo stack for file \(file.fileName())")
62-
}
6360
managerMap.removeValue(forKey: file.url.absolutePath)
6461
}
6562
}

0 commit comments

Comments
 (0)