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/resourcefacade.cpp | |
parent | 380ecbf2866a322de01b28e90dafc1a24e4d948c (diff) | |
download | sink-41f8f9bc05c059cafa780ac8aec27a56cba2c278.tar.gz sink-41f8f9bc05c059cafa780ac8aec27a56cba2c278.zip |
No more SINK_DEBUG_AREA
Diffstat (limited to 'common/resourcefacade.cpp')
-rw-r--r-- | common/resourcefacade.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/resourcefacade.cpp b/common/resourcefacade.cpp index 0cf9df2..e6f98a9 100644 --- a/common/resourcefacade.cpp +++ b/common/resourcefacade.cpp | |||
@@ -27,8 +27,6 @@ | |||
27 | 27 | ||
28 | using namespace Sink; | 28 | using namespace Sink; |
29 | 29 | ||
30 | SINK_DEBUG_AREA("ResourceFacade") | ||
31 | |||
32 | template<typename DomainType> | 30 | template<typename DomainType> |
33 | ConfigNotifier LocalStorageFacade<DomainType>::sConfigNotifier; | 31 | ConfigNotifier LocalStorageFacade<DomainType>::sConfigNotifier; |
34 | 32 | ||