Skip to content

Commit

Permalink
removed cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Apr 26, 2017
1 parent aad9a15 commit cc5b6c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/slapd.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class SlapdObject:
root_dn = 'cn=%s,%s' % (root_cn, suffix)
root_pw = 'password'
slapd_loglevel = 'stats stats2'

_log = _LOGGER

# Use /var/tmp to placate apparmour on Ubuntu:
Expand Down Expand Up @@ -236,7 +236,6 @@ def _test_configuration(self):
popen_list = [
self.PATH_SLAPTEST,
"-f", self._slapd_conf,
# "-u", os.environ['USER'],
]
if self._log.isEnabledFor(logging.DEBUG):
popen_list.append('-v')
Expand Down

0 comments on commit cc5b6c5

Please sign in to comment.