removed debugging leftovers from the tab_complition branch

actorid
Marc Zinnschlag 14 years ago
parent c571148bef
commit a70e582ae2

@ -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();

Loading…
Cancel
Save