better debugging: all print statements are now console.log
This commit is contained in:
parent
d868571d72
commit
d6da3b546c
16 changed files with 109 additions and 109 deletions
|
@ -223,9 +223,9 @@ Item {
|
|||
}
|
||||
|
||||
function stop() {
|
||||
print("stopping video");
|
||||
console.log("stopping video");
|
||||
videoPreview.pause();
|
||||
print("quit mpv");
|
||||
console.log("quit mpv");
|
||||
}
|
||||
|
||||
function updateEndTime(value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue