1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 12:42:11 +00:00

removed debugging leftovers from the tab_complition branch

This commit is contained in:
Marc Zinnschlag 2011-03-23 23:03:41 +01:00
parent c571148bef
commit a70e582ae2

View File

@ -28,12 +28,6 @@ namespace MWGui
bool Console::compile (const std::string& cmd, Compiler::Output& output)
{
listNames();
for (std::vector<std::string>::iterator iter (mNames.begin()); iter!=mNames.end(); ++iter)
std::cout << *iter << ", ";
std::cout << std::endl;
try
{
ErrorHandler::reset();