]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove debugging statement
authorZach Copley <zach@status.net>
Thu, 28 Jan 2010 01:24:40 +0000 (01:24 +0000)
committerZach Copley <zach@status.net>
Thu, 28 Jan 2010 01:24:40 +0000 (01:24 +0000)
lib/apiauth.php

index d441014addfaa1c283b6d79d3555055de9be6325..c684a6caee9d90e4bb7fbb7cd614b9696d85c23b 100644 (file)
@@ -96,9 +96,6 @@ class ApiAuthAction extends ApiAction
         // Reject API calls with the wrong access level
 
         if ($this->isReadOnly($args) == false) {
-
-            common_debug(get_class($this) . ' is not read-only!');
-
             if ($this->access != self::READ_WRITE) {
                 $msg = _('API resource requires read-write access, ' .
                          'but you only have read access.');