Remove debugging code

This commit is contained in:
Amine Ben hammou
2019-03-18 23:45:31 +01:00
committed by M. Shull
parent de3d3331b0
commit 7f131d256c

View File

@@ -24,7 +24,6 @@ class UserFlagsController {
}
function get($name) {
l(['defaults', $this->defaults]);
$this->ensureLoaded();
if (empty($this->data[$name])) {
return $this->defaults[$name];