diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-02-20 18:46:28 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-02-20 18:46:28 +0100 |
| commit | 79833fc32cf10ef409b2be63fa58b4f8dfbe1e06 (patch) | |
| tree | 324fb78ada939a75a2ef86f715f215decd4909ff /src | |
| parent | 1902debf451f4d05017ab635a04285cd30e0ec76 (diff) | |
| download | abrt-79833fc32cf10ef409b2be63fa58b4f8dfbe1e06.tar.gz abrt-79833fc32cf10ef409b2be63fa58b4f8dfbe1e06.tar.xz abrt-79833fc32cf10ef409b2be63fa58b4f8dfbe1e06.zip | |
Removed some debug messages.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Daemon/CrashWatcher.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Daemon/CrashWatcher.cpp b/src/Daemon/CrashWatcher.cpp index 4f4c413..d0b6923 100644 --- a/src/Daemon/CrashWatcher.cpp +++ b/src/Daemon/CrashWatcher.cpp @@ -131,12 +131,8 @@ dbus_vector_map_crash_infos_t CCrashWatcher::GetCrashInfosMap(const std::string vector_crash_infos_t crash_info; std::cerr << pUID << std::endl; unsigned long unix_uid = m_pConn->sender_unix_uid(pUID.c_str()); - std::cerr << "Run by user with uid: " << unix_uid << std::endl; crash_info = m_pMW->GetCrashInfos(to_string(unix_uid)); for (vector_crash_infos_t::iterator it = crash_info.begin(); it!=crash_info.end(); ++it) { - /* push the map with DB row into retval */ - map_crash_t tmp = it->GetMap(); - std::cout << "Time:" << tmp["Time"] << std::endl; retval.push_back(it->GetMap()); } return retval; |
