diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-26 16:22:26 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-26 16:22:26 +0200 |
| commit | fca6fa371006186d12a720cd48c270789c67d2e6 (patch) | |
| tree | bb17aaf2e00132d41263aac0fee6481d754800dd /lib/CommLayer/CommLayerInner.cpp | |
| parent | 556a4b3df4f116965e8dc46c08ac5e720834022e (diff) | |
| download | abrt-fca6fa371006186d12a720cd48c270789c67d2e6.tar.gz abrt-fca6fa371006186d12a720cd48c270789c67d2e6.tar.xz abrt-fca6fa371006186d12a720cd48c270789c67d2e6.zip | |
replace comm_layer_inner_debug() with log() everywhere
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/CommLayer/CommLayerInner.cpp')
| -rw-r--r-- | lib/CommLayer/CommLayerInner.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/CommLayer/CommLayerInner.cpp b/lib/CommLayer/CommLayerInner.cpp index 71b26aa..ec569e4 100644 --- a/lib/CommLayer/CommLayerInner.cpp +++ b/lib/CommLayer/CommLayerInner.cpp @@ -11,13 +11,6 @@ void comm_layer_inner_init(CObserver *pObs) } } -void comm_layer_inner_debug(const std::string& pMessage) -{ - if (g_pObs) - { - g_pObs->Debug(pMessage); - } -} void comm_layer_inner_warning(const std::string& pMessage) { if (g_pObs) |
