diff options
author | friendica <info@friendica.com> | 2012-06-14 17:55:30 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-14 17:55:30 -0700 |
commit | ff45e11284b3d6c4b878a023038e0be0dae833b1 (patch) | |
tree | bab34218c3a6e2143669a0a8f723feda8bf7797d /include/onepoll.php | |
parent | ba0ea1e6516e1e067dd0da0855dc197ca95f9a61 (diff) | |
download | volse-hubzilla-ff45e11284b3d6c4b878a023038e0be0dae833b1.tar.gz volse-hubzilla-ff45e11284b3d6c4b878a023038e0be0dae833b1.tar.bz2 volse-hubzilla-ff45e11284b3d6c4b878a023038e0be0dae833b1.zip |
redundant log entry
Diffstat (limited to 'include/onepoll.php')
-rw-r--r-- | include/onepoll.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/onepoll.php b/include/onepoll.php index 22f29deb2..700498efc 100644 --- a/include/onepoll.php +++ b/include/onepoll.php @@ -85,7 +85,6 @@ function onepoll_run($argv, $argc){ } $contact = $contacts[0]; - logger('onepoll: ' . $contact['id'] . ' ' . $contact['name'], LOGGER_DEBUG); $xml = false; |