Skip to content

Commit

Permalink
Remove command debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
samerton committed Aug 13, 2018
1 parent 0204ad5 commit 28bf7d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions upload/modules/Websend/classes/WSHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public static function execute($params = array()){

foreach($event as $command){
self::$_ws->doCommandAsConsole(str_replace('{USERNAME}', $params['username'], $command));
echo $command;
die();
}

self::$_ws->disconnect();
Expand Down

0 comments on commit 28bf7d6

Please sign in to comment.