Browse Source

whoops, debug statement

David Rose 17 years ago
parent
commit
c42b8a412a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/express/virtualFileSystem.I

+ 0 - 1
panda/src/express/virtualFileSystem.I

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