diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-02-06 21:58:33 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-02-06 21:58:33 +0200 |
commit | e3e178e07c58f78eaa7066a64d2e6dd9acd66bd3 (patch) | |
tree | d172099b638563118a2df7d313fc96db72dd4889 /lib/webprofile | |
parent | Fix all profiles being created off-the-record (diff) | |
download | smolbote-e3e178e07c58f78eaa7066a64d2e6dd9acd66bd3.tar.xz |
Use spdlog for logging
Diffstat (limited to 'lib/webprofile')
-rw-r--r-- | lib/webprofile/webprofile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/webprofile/webprofile.cpp b/lib/webprofile/webprofile.cpp index b7747a7..843b78e 100644 --- a/lib/webprofile/webprofile.cpp +++ b/lib/webprofile/webprofile.cpp @@ -116,7 +116,6 @@ void WebProfile::setHttpCacheMaximumSize(int maxSize) void WebProfile::setHttpCacheType(int type) { - qDebug("set httpCacheType to %i", type); QWebEngineProfile::setHttpCacheType(static_cast<QWebEngineProfile::HttpCacheType>(type)); emit propertyChanged("httpCacheType", type); } |