summaryrefslogtreecommitdiff
path: root/Omni
diff options
context:
space:
mode:
Diffstat (limited to 'Omni')
-rw-r--r--Omni/Agent/Git.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Omni/Agent/Git.hs b/Omni/Agent/Git.hs
index a33be23..b1978f2 100644
--- a/Omni/Agent/Git.hs
+++ b/Omni/Agent/Git.hs
@@ -159,8 +159,6 @@ syncWithLive repo = do
Log.info [Text.pack out]
panic "Sync with live failed (git sync)"
-
-
commit :: FilePath -> Text -> IO ()
commit repo msg = do
Log.info ["git", "commit", msg]