[DEV] remove some plop

This commit is contained in:
Edouard DUPIN 2017-08-10 21:40:41 +02:00 committed by Edouard Dupin
parent be19f6f159
commit f031bb2a86
2 changed files with 0 additions and 4 deletions

View File

@ -42,11 +42,9 @@ void etk::init(int _argc, const char** _argv) {
TK_INFO("E-TK system init (BEGIN) ");
}
elog::init(_argc, _argv);
TK_PRINT("plooooooooooooooooooooppppppppppppppppppppppppp");
#if !defined(__TARGET_OS__Android) and !defined(__TARGET_OS__IOs)
// This action is done by the main wrapper...
if (_argc >= 1) {
TK_PRINT("ploppppppppppppppppppppppppp");
etk::setArgZero(_argv[0]);
}
#endif

View File

@ -404,9 +404,7 @@ void etk::setArgZero(const std::string& _val) {
l_argZero = _val;
// set defaiult application name ...
std::vector<std::string> elems = etk::split(_val, '/');
TK_WARNING("ppppppp" << elems);
etk::initDefaultFolder(elems[elems.size()-1].c_str());
TK_WARNING("ppppppp 222");
}
/*
On Unixes with /proc really straight and realiable way is to: