Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit 128fb28

Browse files
committed
Edited
1 parent b3d174b commit 128fb28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/CodeKeeper/keeperFunc/notesFunc.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ void MainWindow::exportNoteToHtml()
6161
file.close();
6262
qDebug() << "File saved successfully at" << filePath;
6363
} else {
64-
qDebug() << "Error", "Failed to open file for writing.";
64+
qDebug() << "Error, Failed to open file for writing.";
6565
}
66-
// qDebug() << html;
6766
}
6867

6968
void MainWindow::loadNotes()

0 commit comments

Comments
 (0)