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 /examples/davresource | |
parent | 380ecbf2866a322de01b28e90dafc1a24e4d948c (diff) | |
download | sink-41f8f9bc05c059cafa780ac8aec27a56cba2c278.tar.gz sink-41f8f9bc05c059cafa780ac8aec27a56cba2c278.zip |
No more SINK_DEBUG_AREA
Diffstat (limited to 'examples/davresource')
-rw-r--r-- | examples/davresource/davresource.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/davresource/davresource.cpp b/examples/davresource/davresource.cpp index 50471ed..6631148 100644 --- a/examples/davresource/davresource.cpp +++ b/examples/davresource/davresource.cpp | |||
@@ -42,8 +42,6 @@ | |||
42 | #define ENTITY_TYPE_CONTACT "contact" | 42 | #define ENTITY_TYPE_CONTACT "contact" |
43 | #define ENTITY_TYPE_ADDRESSBOOK "addressbook" | 43 | #define ENTITY_TYPE_ADDRESSBOOK "addressbook" |
44 | 44 | ||
45 | SINK_DEBUG_AREA("davresource") | ||
46 | |||
47 | using namespace Sink; | 45 | using namespace Sink; |
48 | 46 | ||
49 | static KAsync::Job<void> runJob(KJob *job) | 47 | static KAsync::Job<void> runJob(KJob *job) |