From: Friendika <info@friendika.com>
Date: Wed, 25 May 2011 23:02:02 +0000 (-0700)
Subject: remove debug line
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b6b2997b435d9e7df6040d208fa0c68503fc1ee9;p=friendica.git

remove debug line
---

diff --git a/mod/item.php b/mod/item.php
index 6120b140bf..c02bb2c48f 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -443,7 +443,7 @@ function item_post(&$a) {
 	else
 		$post_id = 0;
 
-dbg(1);
+
 	$r = q("INSERT INTO `item` (`uid`,`type`,`wall`,`gravity`,`contact-id`,`owner-name`,`owner-link`,`owner-avatar`, 
 		`author-name`, `author-link`, `author-avatar`, `created`, `edited`, `changed`, `uri`, `title`, `body`, `location`, `coord`, 
 		`tag`, `inform`, `verb`, `allow_cid`, `allow_gid`, `deny_cid`, `deny_gid`, `private`, `pubmail`, `attach` )