diff --git a/lib/moodpage.dart b/lib/moodpage.dart
index 187fadc64264fc5a9e76d99833de76b9661a46b7..5bf6962d246096ad7176c003a19152a5997ee21d 100644
--- a/lib/moodpage.dart
+++ b/lib/moodpage.dart
@@ -78,6 +78,7 @@ class MoodPage extends State<StateMoodPage> {
     Spotify spotify = Spotify();
     //code zum musik ändern
     String hexcode = selectedMood.red.toRadixString(16) + selectedMood.green.toRadixString(16) + selectedMood.blue.toRadixString(16);
+    print(hexcode);
     String genre = await changeFirebase().getGenreByHex(hexcode);
     print("genre = " + genre);
     spotify.playGenre(genre);