Changeset 1477


Ignore:
Timestamp:
May 9, 2012, 2:19:06 AM (11 years ago)
Author:
Peter Johansson
Message:

remove debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Directory.cc

    r1470 r1477  
    7070        switch(svn->version_controlled(fullpath)) {
    7171        case SVN::uptodate:
    72           std::cout << "uptodate\n";
    7372          struct stat nodestat;                // C api from sys/stat.h
    7473          lstat(fullpath,&nodestat);   // C api from sys/stat.h
Note: See TracChangeset for help on using the changeset viewer.