Skip to content

Commit

Permalink
refactor: remove unnecessary console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 17, 2023
1 parent 28194a5 commit 5f376d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export default class Test extends BaseCommand {
* Runs tests
*/
async run() {
console.log(this.app.rcFile.tests)
const assembler = await importAssembler(this.app)
if (!assembler) {
this.#logMissingDevelopmentDependency('@adonisjs/assembler')
Expand Down

0 comments on commit 5f376d3

Please sign in to comment.