summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/WebView.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-23 22:44:36 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-23 22:44:36 +0100
commit99c4d53fd86440ee6c8a76c9d320a319ff5da7bc (patch)
tree5481c213cb1aeab91c3ec792706533daa1d7dd64 /components/package/contents/ui/WebView.qml
parent893171c5c618ff67f6fa5dafee813313a371d81d (diff)
downloadkube-99c4d53fd86440ee6c8a76c9d320a319ff5da7bc.tar.gz
kube-99c4d53fd86440ee6c8a76c9d320a319ff5da7bc.zip
less debug output
Diffstat (limited to 'components/package/contents/ui/WebView.qml')
-rw-r--r--components/package/contents/ui/WebView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/package/contents/ui/WebView.qml b/components/package/contents/ui/WebView.qml
index a71b42af..ac5735ba 100644
--- a/components/package/contents/ui/WebView.qml
+++ b/components/package/contents/ui/WebView.qml
@@ -28,8 +28,8 @@ Item {
28 id: htmlView 28 id: htmlView
29 anchors.fill: parent 29 anchors.fill: parent
30 onLoadingChanged: { 30 onLoadingChanged: {
31 console.warn("Error is ", loadRequest.errorString); 31 console.debug("Error is ", loadRequest.errorString);
32 console.warn("Status is ", loadRequest.status); 32 console.debug("Status is ", loadRequest.status);
33 } 33 }
34 Component.onCompleted: { 34 Component.onCompleted: {
35 loadHtml(content, "file:///") 35 loadHtml(content, "file:///")