Skip to content

Commit 1e084bf

Browse files
committed
Remove Logging
1 parent 0eeaeeb commit 1e084bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CodeEdit/Features/Documents/CodeFileDocument/CodeFileDocument.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ final class CodeFileDocument: NSDocument, ObservableObject {
227227
override func presentedItemDidChange() {
228228
// Grab the file saved date
229229
if fileModificationDate != getModificationDate() {
230-
Self.logger.debug("Detected outside change to file")
231230
guard isDocumentEdited else {
232231
fileModificationDate = getModificationDate()
233232
if let fileURL, let fileType {

0 commit comments

Comments
 (0)