From aa0ead64ff2d4e35d2475e0ce45bc12013f7c1bb Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Thu, 27 Apr 2023 10:08:38 +0200 Subject: [PATCH] .DDUMPs --- uppsrc/ide/Console.cpp | 1 - 1 file changed, 1 deletion(-) 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;