Changeset 3400 for trunk/jons-gtk2-gui

Show
Ignore:
Timestamp:
03/22/03 12:34:23 (6 years ago)
Author:
bostjanlah
Message:

Removed a forgotten log msg

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jons-gtk2-gui/src/convo.cpp

    r3399 r3400  
    510510    switch (u_event->SubCommand()) { 
    511511      case ICQ_CMDxSUB_MSG: 
    512             cerr << "encoding: " << c->user->UserEncoding() << endl 
    513                     << "text: " << u_event->Text() << endl; 
    514512            txt = convert_to_utf8(u_event->Text(), c->user->UserEncoding()); 
    515513            if (!bIgnoreBW) {