summaryrefslogtreecommitdiff
path: root/actions/twitapiaccount.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/twitapiaccount.php')
-rw-r--r--actions/twitapiaccount.php3
1 files changed, 0 insertions, 3 deletions
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) {