Remove unnecesssary comment

This was part of some intermediate work while I was working on ab9da90c
and it should have been removed.
This commit is contained in:
Erik Johnson 2016-06-21 13:28:19 -05:00
parent 79a719b719
commit 4965be72b1

View file

@ -418,7 +418,6 @@ class GitProvider(object):
# Lock file is empty, set pid to 0 so it evaluates as
# False.
pid = 0
#if self.opts.get("gitfs_global_lock") or pid and pid_exists(int(pid)):
global_lock_key = self.role + '_global_lock'
lock_file = self._get_lock_file(lock_type=lock_type)
if self.opts[global_lock_key]: