Changeset 548bf76


Ignore:
Timestamp:
2007-10-06T20:44:00Z (17 years ago)
Author:
VMiklos <vmiklos@…>
Branches:
master
Children:
79e20f9
Parents:
c81d0ef
Message:

remove debug printfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skype.c

    rc81d0ef r548bf76  
    315315                                                        struct groupchat *gc = skype_chat_by_name(ic, info);
    316316                                                        if(!gc)
    317                                                         {
    318                                                                 printf("gc is null, id is '%s'\n", info);
    319317                                                                /* Private message */
    320318                                                                imcb_buddy_msg(ic, sd->handle, sd->body, 0, 0);
    321                                                         }
    322319                                                        else
    323                                                         {
    324                                                                 printf("gc is not null, id is '%s'\n", info);
     320                                                                /* Groupchat message */
    325321                                                                imcb_chat_msg(gc, sd->handle, sd->body, 0, 0);
    326                                                         }
    327322                                                }
    328323                                        }
Note: See TracChangeset for help on using the changeset viewer.