better debugging: all print statements are now console.log

This commit is contained in:
Chris Cochrun 2023-01-17 05:52:34 -06:00
parent d868571d72
commit d6da3b546c
16 changed files with 109 additions and 109 deletions

View file

@ -149,7 +149,7 @@ Item {
function changePresentation(presentation) {
root.presentation = presentation;
print(presentation.filePath.toString());
console.log(presentation.filePath.toString());
updatePageCount(presentationPreview.frameCount);
console.log("page count " + presentation.pageCount);
}