Skip to content

Commit

Permalink
remove debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed May 13, 2024
1 parent a30a430 commit 494d98b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions endpoints/cronjobs/createdatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

$databaseFile = __DIR__ . '/../../db/wallos.db';

echo $databaseFile;

if (!file_exists($databaseFile)) {
echo "Database does not exist. Creating it...\n";
$db = new SQLite3($databaseFile, SQLITE3_OPEN_CREATE | SQLITE3_OPEN_READWRITE);
Expand Down

0 comments on commit 494d98b

Please sign in to comment.