This website works better with JavaScript.
Home
Help
Sign In
christian
/
skat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove playing log msg
master
flavis
6 years ago
parent
fc28c2918b
commit
c2389a95c0
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/Skat/Operations.hs
+ 0
- 1
src/Skat/Operations.hs
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
Write
Preview
Loading…
Cancel
Save