From 6d464ec91b06a66cfc989084b8af8acb1317e23d Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 10 Dec 2008 21:42:33 -0500 Subject: Remove a bunch of extraneous logging statements darcs-hash:20081211024233-7b5ce-e4911c049adf067f24821f868a27bdf67c324caf.gz --- actions/twitapiaccount.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'actions/twitapiaccount.php') diff --git a/actions/twitapiaccount.php b/actions/twitapiaccount.php index bb59005a9..c1960561e 100644 --- a/actions/twitapiaccount.php +++ b/actions/twitapiaccount.php @@ -70,9 +70,6 @@ class TwitapiaccountAction extends TwitterapiAction { $orig_profile = clone($profile); $profile->location = $location; - common_debug('Old profile: ' . common_log_objstring($orig_profile), __FILE__); - common_debug('New profile: ' . common_log_objstring($profile), __FILE__); - $result = $profile->update($orig_profile); if (!$result) { -- cgit v1.2.3-54-g00ecf