diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-03 07:52:18 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-03 07:52:18 -0400 |
commit | 71c40322738c537fecd75f81cd530306d35187ad (patch) | |
tree | 3bab40749213690a7a08e6aa68b27993d4f5436c /lib | |
parent | 31829840802dd8433fdb278c8b014c45c7ef39c8 (diff) |
clear out lots of debugging code, add require to userauthorization
darcs-hash:20080603115218-84dde-f333d4541e1112487a5da1e3ad71064513e2228f.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/omb.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/omb.php b/lib/omb.php index c75fb7903..19ac66ee2 100644 --- a/lib/omb.php +++ b/lib/omb.php @@ -76,8 +76,6 @@ function omb_service_filter($type) { } function omb_match_service($service, $type) { - common_debug('omb.php - omb_match_service called with args "'.omb_service_uri($service). - '","'.$type.'"'); return in_array($type, $service->getTypes()); } |