summaryrefslogtreecommitdiff
path: root/git/cmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/cmd.py')
-rw-r--r--git/cmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/cmd.py b/git/cmd.py
index af8417b7..60887f5d 100644
--- a/git/cmd.py
+++ b/git/cmd.py
@@ -87,7 +87,6 @@ class Git(object):
"""Wait for the process and return its status code.
:raise GitCommandError: if the return status is not 0"""
- sleep_on_gui_present_osx_crashfix()
status = self.proc.wait()
if status != 0:
raise GitCommandError(self.args, status, self.proc.stderr.read())