[Client] Clean up debug for spell usage

remotes/1728160796594174844/tmp_0.7.0-alpha
David Cernat 7 years ago
parent 826e64b40e
commit b6324e3532

@ -288,8 +288,7 @@ void MechanicsHelper::processAttack(Attack attack, const MWWorld::Ptr& attacker)
attack.instant = false;
}
LOG_MESSAGE_SIMPLE(Log::LOG_VERBOSE, "SpellId: %s", attack.spellId.c_str());
LOG_APPEND(Log::LOG_VERBOSE, " - success: %d", attack.success);
LOG_APPEND(Log::LOG_VERBOSE, "- spellId: %s, success: %s", attack.spellId.c_str(), attack.success ? "true" : "false");
}
}

Loading…
Cancel
Save