diff options
Diffstat (limited to 'components/package/contents/ui/WebView.qml')
-rw-r--r-- | components/package/contents/ui/WebView.qml | 4 |
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:///") |