Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1615776

Browse files
committedNov 8, 2022
Only show Maintenance log when debugging.
1 parent f8e3a91 commit 1615776

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎server/Maintenance.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@
6363
sleep(3);
6464
}
6565

66-
echo("Completed! Deleted $deletedCount users.\n");
66+
if (DEBUG) {
67+
echo("Completed! Deleted $deletedCount users.\n");
68+
}

0 commit comments

Comments
 (0)
Failed to load comments.