mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
remove the debug print in mock_command
This commit is contained in:
parent
5b54b9cb11
commit
c2930b0ca5
1 changed files with 0 additions and 2 deletions
|
@ -97,8 +97,6 @@ def mock_command(script, result, container):
|
|||
cat <<EOF> {script}\n{content}\nEOF
|
||||
chmod +x {script}
|
||||
'''.format(script=full_script_path, content=mock_script))
|
||||
print container.run('cat {}'.format(full_script_path)).stdout
|
||||
|
||||
|
||||
def run_script(Pihole, script):
|
||||
result = Pihole.run(script)
|
||||
|
|
Loading…
Reference in a new issue