Skip to content

Commit 7c5a8b8

Browse files
committed
Delete all log entries
1 parent 5d1a4e3 commit 7c5a8b8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/WebApp/DataModel/LogDAO.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public function createTable() {
3030

3131
public function deleteAll() {
3232
$sql = 'DELETE FROM '.$this->database->quoteName($this->tableName);
33-
echo "$sql<br>\n";
3433
$this->database->query($sql);
3534
}
3635

0 commit comments

Comments
 (0)