From cd05fc6aee7b25a5bd0d3f589edf3d99fb904e3e Mon Sep 17 00:00:00 2001
From: Zach Copley <zach@status.net>
Date: Thu, 7 Jul 2011 17:23:41 -0700
Subject: [PATCH] Remove debugging statement

---
 actions/hostmeta.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/actions/hostmeta.php b/actions/hostmeta.php
index fdebcf13af..5caf1960cb 100644
--- a/actions/hostmeta.php
+++ b/actions/hostmeta.php
@@ -44,7 +44,6 @@ class HostMetaAction extends Action
     function handle()
     {
         parent::handle();
-        common_debug("GARGARGAR");
 
         $domain = common_config('site', 'server');
 
-- 
2.39.5