Bazaar/Protect : removed a debbugging printout

git-svn-id: svn://ultimatepp.org/upp/trunk@4205 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2011-11-27 21:40:30 +00:00
parent 1f53879182
commit f5295ebbbe
2 changed files with 1 additions and 2 deletions

View file

@ -114,7 +114,6 @@ using namespace Upp;
: "eax", "ebx", "ecx", "edx" \
); \
__xxx = true; \
Cerr() << "AFTER : " << HexString(&&__start, 50) << "\n"; \
if(__xxx) \
{ \
__init: \

View file

@ -3,7 +3,7 @@
#include "Core/init"
#include "Cypher/init"
#include "Web/init"
#include "ProductVersion/init"
#include "plugin\sqlite3/init"
#include "MySql/init"
#include "ProductVersion/init"
#endif