Skip to content

Commit 99ac28c

Browse files
authored
Merge pull request #50 from topcoder-platform/issues-108-fixed
Removed debugging lines
2 parents 89dbdaa + 640ba34 commit 99ac28c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Topcoder/class.topcoder.plugin.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,18 +1617,12 @@ public function gdn_dispatcher_beforeDispatch_handler($sender, $args) {
16171617
]);
16181618
}
16191619

1620-
// TODO: Debugging issues-108
1621-
public function userModel_loadPermissions_handler($sender, $args){
1622-
self::log('userModel_loadPermissions_handler', ['user' => $args['UserID'],
1623-
'loadPermissions' => $args['Permissions']]);
1624-
}
1625-
16261620
public static function log($message, $data = []) {
16271621
// TODO: Debugging issues-108
16281622
//if (c('Vanilla.SSO.Debug') || c('Debug')) {
16291623
Logger::event(
16301624
'topcoder_plugin',
1631-
Logger::INFO,
1625+
Logger::DEBUG,
16321626
$message,
16331627
$data
16341628
);

0 commit comments

Comments
 (0)