We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8472c48 commit 6d10782Copy full SHA for 6d10782
src/Modules/Structures/Handlers/Backup.js
@@ -40,7 +40,6 @@ export class BackupHandler {
40
setInterval(() => {
41
this.takeBackup()
42
.then(([result, output]) => {
43
- console.log(output);
44
if (result)
45
this.manager.logger.debug(
46
`${prefix} Backup completed successfully. ${chalk.green(
0 commit comments