Skip to content

Commit

Permalink
[406] Remove redundant output to debug log from Characters::Calculate…
Browse files Browse the repository at this point in the history
…CharacterTalents().
  • Loading branch information
Shadez committed Oct 22, 2010
1 parent 7c010d6 commit 914877e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions includes/classes/class.characters.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 404
* @revision 406
* @copyright (c) 2009-2010 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down Expand Up @@ -1077,7 +1077,6 @@ public function CalculateCharacterTalents() {
$last_spec = $char_talent['spec'];
break;
case SERVER_TRINITY:
$this->armory->Log()->writeLog('%s : startOver', __METHOD__);
for($k = 1; $k < 6; $k++) {
if($char_talent['spell'] == $class_talent['Rank_' . $k]) {
$talent_build[$char_talent['spec']] .= $k;
Expand Down
2 changes: 1 addition & 1 deletion includes/revision_nr.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define('ARMORY_REVISION', 405);
define('ARMORY_REVISION', 406);
define('DB_VERSION', 'armory_r398');
define('CONFIG_VERSION', '0708201001');
?>

0 comments on commit 914877e

Please sign in to comment.