Remove debug code and fix bot contact

This commit is contained in:
Victor Zverovich
2020-11-07 09:16:55 -08:00
parent cd95579834
commit 2eb0be0b73
2 changed files with 2 additions and 5 deletions
-2
View File
@@ -103,8 +103,6 @@ def build_docs(version='dev', **kwargs):
os.path.join(html_dir, '_static', 'fmt.css')]
print("Running {}".format(cmd))
check_call(cmd)
sys.stdout.flush()
check_call(['ls', '-R', os.path.join(html_dir, '_static')])
except OSError as e:
if e.errno != errno.ENOENT:
raise