diff options
Diffstat (limited to 'lib/omb.php')
-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()); } |