]> git.mxchange.org Git - friendica.git/commitdiff
removed debugging leftover
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 11 Oct 2019 09:45:28 +0000 (11:45 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 11 Oct 2019 09:45:28 +0000 (11:45 +0200)
src/Module/Settings/Uexport.php

index 8e0ee6758abb76ce8f84b022776db829dafe6327..a0218c6b292252ac04bf0862693b6ab5c80d6284 100644 (file)
@@ -121,7 +121,6 @@ class Uexport extends BaseSettingsModule
 
        private function uexport_account($a) {
 
-               echo "<p>in uexport_account</p>";
                $user = SELF::uexport_row(
                        sprintf("SELECT * FROM `user` WHERE `uid` = %d LIMIT 1", intval(local_user()))
                );