From f5295ebbbe2a1f504df8d05431ec4f8b98b14e55 Mon Sep 17 00:00:00 2001 From: micio Date: Sun, 27 Nov 2011 21:40:30 +0000 Subject: [PATCH] Bazaar/Protect : removed a debbugging printout git-svn-id: svn://ultimatepp.org/upp/trunk@4205 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/Protect/Protect.h | 1 - bazaar/Protect/init | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bazaar/Protect/Protect.h b/bazaar/Protect/Protect.h index d7bdc951e..cc0293433 100644 --- a/bazaar/Protect/Protect.h +++ b/bazaar/Protect/Protect.h @@ -114,7 +114,6 @@ using namespace Upp; : "eax", "ebx", "ecx", "edx" \ ); \ __xxx = true; \ - Cerr() << "AFTER : " << HexString(&&__start, 50) << "\n"; \ if(__xxx) \ { \ __init: \ diff --git a/bazaar/Protect/init b/bazaar/Protect/init index 286f77471..7a542d670 100644 --- a/bazaar/Protect/init +++ b/bazaar/Protect/init @@ -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