Changeset 3036 for box


Ignore:
Timestamp:
01/11/2011 23:36:04 (7 months ago)
Author:
chris
Message:

Remove debugging code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/backupstore/BackupStoreCheck.cpp

    r2889 r3036  
    467467        int64_t containerID = -1; 
    468468        int64_t size = -1; 
    469  
    470         // Debugging for Sune Molgaard's issue with non-existent files being 
    471         // detected as unattached and crashing later in CheckUnattachedObjects() 
    472         if (ObjectID == 0x90c1a) 
    473         { 
    474                 BOX_INFO("Trying to open " << BOX_FORMAT_OBJECTID(ObjectID) << 
    475                         " from " << rFilename << " on disc " << mDiscSetNumber); 
    476         } 
    477469 
    478470        try 
Note: See TracChangeset for help on using the changeset viewer.