--- deliantra/server/server/alchemy.C 2006/12/11 02:54:57 1.10 +++ deliantra/server/server/alchemy.C 2006/12/11 19:46:46 1.11 @@ -196,15 +196,9 @@ if (attempt_shadow_alchemy && value_item > value_ingredients) { #ifdef ALCHEMY_DEBUG -# ifndef WIN32 LOG (llevDebug, "Forcing failure for shadow alchemy recipe because price of ingredients (%llu) is less than price of result (%llu).\n", value_ingredients, value_item); -# else - LOG (llevDebug, - "Forcing failure for shadow alchemy recipe because price of ingredients (%I64d) is less than price of result (%I64d).\n", - value_ingredients, value_item); -# endif #endif } /* roll the dice */