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
|
@ -79,7 +79,7 @@ Item {
|
|||
/* showPassiveNotification("YIPPEEE!") */
|
||||
mpv.loadFile(videoSource.toString());
|
||||
if (editMode) {
|
||||
print("WHY AREN'T YOU PASUING!");
|
||||
console.log("WHY AREN'T YOU PASUING!");
|
||||
pauseTimer.restart();
|
||||
}
|
||||
blackTimer.restart();
|
||||
|
@ -194,7 +194,7 @@ Item {
|
|||
function stopVideo() {
|
||||
mpv.stop();
|
||||
black.visible = true;
|
||||
print("Stopped video");
|
||||
console.log("Stopped video");
|
||||
}
|
||||
|
||||
function seek(pos) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue