1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-06 19:12:30 +01:00

Remove debug prints

This commit is contained in:
Elias Steurer 2020-03-06 13:25:34 +01:00
parent 7e076aa4a0
commit ee521bce9e

View File

@ -32,8 +32,6 @@ Item {
return Qt.resolvedUrl(window.fullContentPath + "/index.html")
}
}
onUrlChanged: print(url)
onJavaScriptConsoleMessage: print(lineNumber, message)
onLoadProgressChanged: {
if ((loadProgress === 100)) {