mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 21:42:13 +00:00
removed debugging leftovers from the tab_complition branch
This commit is contained in:
parent
c571148bef
commit
a70e582ae2
@ -28,12 +28,6 @@ namespace MWGui
|
|||||||
|
|
||||||
bool Console::compile (const std::string& cmd, Compiler::Output& output)
|
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
|
try
|
||||||
{
|
{
|
||||||
ErrorHandler::reset();
|
ErrorHandler::reset();
|
||||||
|
Loading…
Reference in New Issue
Block a user