summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Omni/Jr.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Omni/Jr.hs b/Omni/Jr.hs
index 56cabd1..bae5588 100644
--- a/Omni/Jr.hs
+++ b/Omni/Jr.hs
@@ -144,9 +144,7 @@ reviewTask tid = do
[] -> ""
putText "\n=== Diff for this task ===\n"
- _ <- Process.rawSystem "git" ["show", "--stat", commitSha]
- putText ""
- _ <- Process.rawSystem "git" ["show", "--no-stat", commitSha]
+ _ <- Process.rawSystem "git" ["show", commitSha]
putText "\n[a]ccept / [r]eject / [s]kip? "
IO.hFlush IO.stdout