removed DDUMPs

git-svn-id: svn://ultimatepp.org/upp/trunk@11024 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-04-22 18:24:34 +00:00
parent 5cce1029fc
commit fa36aaa477

View file

@ -195,9 +195,7 @@ String LinuxHostConsole = "/usr/bin/xterm -e";
void LocalHost::Launch(const char *_cmdline, bool console)
{
DDUMP(_cmdline);
String cmdline = FindCommand(exedirs, _cmdline);
DDUMP(cmdline);
PutVerbose(cmdline);
#ifdef PLATFORM_WIN32
if(console)