Skip to content

Commit

Permalink
[469] Remove old debug outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadez committed Feb 5, 2011
1 parent 1d7ec2d commit 092be07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions achievement-firsts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @package World of Warcraft Armory
* @version Release 4.50
* @revision 468
* @revision 469
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down Expand Up @@ -44,7 +44,6 @@
$realmName = (isset($_GET['r'])) ? urldecode($_GET['r']) : Armory::$currentRealmInfo['name'];
$isRealm = $utils->IsRealm($realmName);
if($isRealm) {
Armory::Log()->writeLog('achievement-firsts.php : realm %s defined', $realmName);
$xml->XMLWriter()->startElement('realmInfo');
$xml->XMLWriter()->writeAttribute('realm', $realmName);
// Get achievements
Expand Down Expand Up @@ -91,13 +90,9 @@
$xml->XMLWriter()->endElement(); //achievement
}
}
else {
Armory::Log()->writeError('achievement-firsts.php : achievement_firsts variable must be in array!');
}
$xml->XMLWriter()->endElement(); //realmInfo
}
else {
Armory::Log()->writeLog('Unable to find any achievement firsts');
$xml->XMLWriter()->startElement('error');
$xml->XMLWriter()->writeAttribute('errCode', 'noData');
$xml->XMLWriter()->endElement(); //error
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', 468);
define('ARMORY_REVISION', 469);
define('DB_VERSION', 'armory_r467');
define('CONFIG_VERSION', '2001201101');
?>

0 comments on commit 092be07

Please sign in to comment.