Skip to content

Commit

Permalink
Remove unneccesary debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrupp committed Jun 26, 2018
1 parent 692ba6b commit e7337d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/AppService.php
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ public function registerLogIn()

if (strpos(strtolower($defaults->getName()), 'next') !== FALSE && $version[0] >= 13) {

$this->loggingService->write(\OCP\Util::DEBUG, "phpCAS Nextcloud " . $version[0] . "." . $version[1] . "." . $version[2] . "." . " detected.");
#$this->loggingService->write(\OCP\Util::DEBUG, "phpCAS Nextcloud " . $version[0] . "." . $version[1] . "." . $version[2] . "." . " detected.");
\OC_App::registerLogIn(array('href' => $this->linkToRoute($this->appName . '.authentication.casLogin'), 'name' => 'CAS Login'));
} else {

Expand Down

0 comments on commit e7337d7

Please sign in to comment.