Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Nov 6, 2019
1 parent 9acc59c commit 4f32476
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions includes/rli_member.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,6 @@ function($m) { return $m[1].' '.$m[2]; },
if($servername && $servername != ""){
$data['servername'] = $servername;
}


d($data);

$id = $this->pdh->put('member', 'addorupdate_member', array(0, $data));

Expand Down
2 changes: 1 addition & 1 deletion raidlogimport_plugin_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static function __shortcuts() {

public $vstatus = 'Stable';

public $version = '0.7.3.4'; //Version for EQdkp Plus 2.3
public $version = '0.7.3.5'; //Version for EQdkp Plus 2.3

protected static $apiLevel = 23;

Expand Down

0 comments on commit 4f32476

Please sign in to comment.