Changeset b40fa16b2041

Show
Ignore:
Timestamp:
11/15/08 17:11:26 (8 weeks ago)
Author:
Milosz Derezynski <monostatic77@…>
Branch:
trunk
Message:

* Remove debug messages printout

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpx/library-scanner-thread.cc

    r978 r981  
    293293            gint64 ctime = (info->get_attribute_uint64(G_FILE_ATTRIBUTE_TIME_CHANGED)); 
    294294 
    295             g_message("ctime: %lld, last_scan_date: %lld", ctime, last_scan_date); 
    296  
    297295            if( ctime > last_scan_date ) 
    298296            {