Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2016-11-23 00:09:31 +0300
committerCasey Deccio <casey@deccio.net>2016-11-23 00:09:31 +0300
commit1b324de369085dc4871173c414a521a7a7dc42bf (patch)
treefbd148e1f513e729b08c34b48cc1db09b2e30639 /setup.py
parent2bc201513abec75bde76a50b4071660a70482bf5 (diff)
Remove debug statement
Remove debug statement that slipped in accidentally
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3e5e65f..35f7904 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,6 @@ def apply_substitutions(filename, install_prefix):
def make_documentation():
os.chdir('doc')
- print 'foobar'
try:
if os.system('make') != 0:
sys.stderr.write('Warning: Some of the included documentation failed to build. Proceeding without it.\n')