Skip to content

Commit 6d10782

Browse files
committed
Removed console.log from backups
1 parent 8472c48 commit 6d10782

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Modules/Structures/Handlers/Backup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export class BackupHandler {
4040
setInterval(() => {
4141
this.takeBackup()
4242
.then(([result, output]) => {
43-
console.log(output);
4443
if (result)
4544
this.manager.logger.debug(
4645
`${prefix} Backup completed successfully. ${chalk.green(

0 commit comments

Comments
 (0)