Remove debugging statement

This commit is contained in:
Zach Copley 2011-07-07 17:23:41 -07:00
parent 969a558339
commit cd05fc6aee
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ class HostMetaAction extends Action
function handle() function handle()
{ {
parent::handle(); parent::handle();
common_debug("GARGARGAR");
$domain = common_config('site', 'server'); $domain = common_config('site', 'server');