mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 23:51:09 -04: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…
x
Reference in New Issue
Block a user