Skip to content

Commit

Permalink
removed comment out codes
Browse files Browse the repository at this point in the history
  • Loading branch information
byilmazturk committed Jul 28, 2015
1 parent b9e079a commit 3c4245c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions master/buildbot/config.py
Expand Up @@ -539,11 +539,6 @@ def load_slaves(self, filename, config_dict):
error(msg)
return

# if sl.slavename in ("debug", "change", "status"):
# msg = "slave name '%s' is reserved" % sl.slavename
# error(msg)

#if not util.identifiers.isIdentifier(50, sl.slavename):
def validate(slavename):
if slavename in ("debug", "change", "status"):
yield "slave name '%s' is reserved" % slavename
Expand Down

0 comments on commit 3c4245c

Please sign in to comment.