diff --git a/etk/etk.cpp b/etk/etk.cpp index a3d7d44..c43eacb 100644 --- a/etk/etk.cpp +++ b/etk/etk.cpp @@ -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 diff --git a/etk/os/FSNode.cpp b/etk/os/FSNode.cpp index d43fdac..5ed9ecf 100644 --- a/etk/os/FSNode.cpp +++ b/etk/os/FSNode.cpp @@ -404,9 +404,7 @@ void etk::setArgZero(const std::string& _val) { l_argZero = _val; // set defaiult application name ... std::vector 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: