Changeset 5165:53e5e1105fd2

Show
Ignore:
Timestamp:
2007-06-08 16:03:09 (19 months ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

remove unnecessary dprints

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sendlib.c

    r5164 r5165  
    16271627    { 
    16281628 
    1629       if (i == 0)  
    1630       { 
    1631         dprint (1, (debugfile, "WRITEONE cp: %s\n", cp)); 
    1632         dprint (1, (debugfile, "WRITEONE w:  %x\n", (unsigned int) w)); 
    1633         dprint (1, (debugfile, "WRITEONE iswspace (w) = %d\n", iswspace (w))); 
    1634       } 
    1635        
    16361629      /* Brief look at the last character we had... */ 
    16371630      if (iswspace (last))