diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-12 08:20:43 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-12 08:33:57 +0200 |
commit | 41f8f9bc05c059cafa780ac8aec27a56cba2c278 (patch) | |
tree | a53ac218ebc075c1fa1e5a31f011855ba815638d /common/synchronizerstore.cpp | |
parent | 380ecbf2866a322de01b28e90dafc1a24e4d948c (diff) | |
download | sink-41f8f9bc05c059cafa780ac8aec27a56cba2c278.tar.gz sink-41f8f9bc05c059cafa780ac8aec27a56cba2c278.zip |
No more SINK_DEBUG_AREA
Diffstat (limited to 'common/synchronizerstore.cpp')
-rw-r--r-- | common/synchronizerstore.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/synchronizerstore.cpp b/common/synchronizerstore.cpp index 5364094..79cd920 100644 --- a/common/synchronizerstore.cpp +++ b/common/synchronizerstore.cpp | |||
@@ -25,8 +25,6 @@ | |||
25 | 25 | ||
26 | using namespace Sink; | 26 | using namespace Sink; |
27 | 27 | ||
28 | SINK_DEBUG_AREA("synchronizerstore") | ||
29 | |||
30 | SynchronizerStore::SynchronizerStore(Sink::Storage::DataStore::Transaction &transaction) | 28 | SynchronizerStore::SynchronizerStore(Sink::Storage::DataStore::Transaction &transaction) |
31 | : mTransaction(transaction) | 29 | : mTransaction(transaction) |
32 | { | 30 | { |