whoops, debug statement

This commit is contained in:
David Rose 2008-11-04 23:44:26 +00:00
parent 512197c7d3
commit c42b8a412a
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
////////////////////////////////////////////////////////////////////
INLINE bool VirtualFileSystem::
exists(const Filename &filename) const {
cerr << "exists: " << filename << "\n";
return get_file(filename, true) != (VirtualFile *)NULL;
}