remove playing log msg

This commit is contained in:
2020-03-26 13:27:22 +01:00
parent fc28c2918b
commit c2389a95c0
-1
View File
@@ -87,7 +87,6 @@ countGame = getp count
play :: (Show p, Player p) => p -> Skat Card
play p = do
liftIO $ putStrLn "playing"
table <- getp tableCards
turnCol <- gets turnColour
trump <- gets trumpColour