diff --git a/uppsrc/ide/Console.cpp b/uppsrc/ide/Console.cpp index 44a750299..95a7307ae 100644 --- a/uppsrc/ide/Console.cpp +++ b/uppsrc/ide/Console.cpp @@ -185,7 +185,6 @@ int Console::Flush() int Console::Execute(One pick_ p, const char *command, Stream *out, bool q) { - DLOG("Execute " << command); Wait(); if(!Run(pick(p), command, out, q, 0)) return -1;