Skip to content

Commit 7d48135

Browse files
committed
remove dump
1 parent f4db8b9 commit 7d48135

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Controller/SongController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class SongController extends Controller
1515
public function getSongAction()
1616
{
1717
$manager = $this->get('phpdish.manager.song');
18-
dump($manager->getLatestSong());
1918

2019
return $this->render('PHPDishDailySongPlugin::_daily_song.html.twig', [
2120
'song' => $manager->getLatestSong(),

0 commit comments

Comments
 (0)