summaryrefslogtreecommitdiffstats
path: root/common/storage_common.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-12 08:20:43 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-12 08:33:57 +0200
commit41f8f9bc05c059cafa780ac8aec27a56cba2c278 (patch)
treea53ac218ebc075c1fa1e5a31f011855ba815638d /common/storage_common.cpp
parent380ecbf2866a322de01b28e90dafc1a24e4d948c (diff)
downloadsink-41f8f9bc05c059cafa780ac8aec27a56cba2c278.tar.gz
sink-41f8f9bc05c059cafa780ac8aec27a56cba2c278.zip
No more SINK_DEBUG_AREA
Diffstat (limited to 'common/storage_common.cpp')
-rw-r--r--common/storage_common.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/storage_common.cpp b/common/storage_common.cpp
index dfcfc2a..1426cd5 100644
--- a/common/storage_common.cpp
+++ b/common/storage_common.cpp
@@ -24,8 +24,6 @@
24#include "log.h" 24#include "log.h"
25#include <QUuid> 25#include <QUuid>
26 26
27SINK_DEBUG_AREA("storage")
28
29QDebug& operator<<(QDebug &dbg, const Sink::Storage::DataStore::Error &error) 27QDebug& operator<<(QDebug &dbg, const Sink::Storage::DataStore::Error &error)
30{ 28{
31 dbg << error.message << "Code: " << error.code << "Db: " << error.store; 29 dbg << error.message << "Code: " << error.code << "Db: " << error.store;