whoops, debug statement
This commit is contained in:
parent
512197c7d3
commit
c42b8a412a
|
|
@ -21,7 +21,6 @@
|
|||
////////////////////////////////////////////////////////////////////
|
||||
INLINE bool VirtualFileSystem::
|
||||
exists(const Filename &filename) const {
|
||||
cerr << "exists: " << filename << "\n";
|
||||
return get_file(filename, true) != (VirtualFile *)NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue