diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-16 14:48:00 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-16 14:48:00 +0000 |
commit | 06851f5c26bd24c742d13dbbac4c0b19064aba83 (patch) | |
tree | 805ff884ca014a6635660e715ff16af0b4451f1d /plugins/Dbx_mdb/src/dbevents.cpp | |
parent | 5a6f40aed0c8d94f18f5abffe1d93534acce5acb (diff) |
unused files removed from projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@11864 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mdb/src/dbevents.cpp')
-rw-r--r-- | plugins/Dbx_mdb/src/dbevents.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Dbx_mdb/src/dbevents.cpp b/plugins/Dbx_mdb/src/dbevents.cpp index dc9638b3dd..6b7085575c 100644 --- a/plugins/Dbx_mdb/src/dbevents.cpp +++ b/plugins/Dbx_mdb/src/dbevents.cpp @@ -81,8 +81,6 @@ STDMETHODIMP_(HANDLE) CDbxMdb::AddEvent(MCONTACT contactID, DBEVENTINFO *dbei) lck.unlock();
- log1("add event @ %08x", ofsNew);
-
// Notify only in safe mode or on really new events
NotifyEventHooks(hEventAddedEvent, contactNotifyID, (LPARAM)-1);
|