]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove debugging statements
authorZach Copley <zach@status.net>
Thu, 5 Nov 2009 06:12:01 +0000 (22:12 -0800)
committerZach Copley <zach@status.net>
Thu, 5 Nov 2009 06:12:01 +0000 (22:12 -0800)
lib/apiauth.php
lib/apibareauth.php

index 2a337701326ef4fe0e8cbde671ec537e7aba230e..2f2e44a2646b099f3ccaad7af2d89e8ed7fb46b6 100644 (file)
@@ -66,7 +66,6 @@ class ApiAuthAction extends ApiAction
 
     function prepare($args)
     {
-        common_debug('ApiAction::prepare()');
         parent::prepare($args);
 
         if ($this->requiresAuth()) {
index a127a5bf3ccdc752db37675fdab3383a0177652c..2d29c1ddd6d9aa61f29e623280e0a5cb99051a7c 100644 (file)
@@ -74,8 +74,6 @@ class ApiBareAuthAction extends ApiAuthAction
 
     function prepare($args)
     {
-        common_debug("ApiBareAuthAction::prepare()");
-        
         parent::prepare($args);
         return true;
     }