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:
parent
7e076aa4a0
commit
ee521bce9e
@ -32,8 +32,6 @@ Item {
|
||||
return Qt.resolvedUrl(window.fullContentPath + "/index.html")
|
||||
}
|
||||
}
|
||||
|
||||
onUrlChanged: print(url)
|
||||
onJavaScriptConsoleMessage: print(lineNumber, message)
|
||||
onLoadProgressChanged: {
|
||||
if ((loadProgress === 100)) {
|
||||
|
Loading…
Reference in New Issue
Block a user