From 71c40322738c537fecd75f81cd530306d35187ad Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 3 Jun 2008 07:52:18 -0400 Subject: clear out lots of debugging code, add require to userauthorization darcs-hash:20080603115218-84dde-f333d4541e1112487a5da1e3ad71064513e2228f.gz --- lib/omb.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') 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()); } -- cgit v1.2.3-54-g00ecf