Skip to content

Commit

Permalink
Merge pull request #22
Browse files Browse the repository at this point in the history
Remove track logging message
  • Loading branch information
Liesel Downes authored Aug 18, 2022
2 parents c8c2989 + cc6cd61 commit 8cc69b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Console/Commands/PopulateTracksCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function handle()
}

activity()->log('Updated track data');
Log::info('tracks:populate command completed at time ' . now()->toDayDateTimeString());
$this->info('Completed!');
}
}

0 comments on commit 8cc69b6

Please sign in to comment.