Removed a leftover debug message.

git-svn-id: http://yate.null.ro/svn/yate/trunk@5635 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2013-08-30 12:55:40 +00:00
parent f22543845a
commit ef1ad20f05
1 changed files with 0 additions and 1 deletions

View File

@ -976,7 +976,6 @@ const String& JsCode::getFileAt(unsigned int index) const
if (!index)
return s_noFile;
const GenObject* file = m_included[index - 1];
Debug(DebugTest,"get file at(%u) got %p '%s'",index,file,(file?file->toString().c_str():""));
return file ? file->toString() : s_noFile;
}