removed debugging leftover

This commit is contained in:
Tobias Diekershoff 2019-10-11 11:45:28 +02:00
parent 06a964c32f
commit 882449266c
1 changed files with 0 additions and 1 deletions

View 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()))
);