Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Mar 18, 2017
1 parent afaf684 commit f3993fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dac_crs.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,4 @@ def push_to_github():
'base': 'gh-pages',
}
r = requests.post(url, json=payload, auth=('andylolz', environ.get('MORPH_GH_API_KEY')))
print(r.status_code)
shutil.rmtree(output_dir, ignore_errors=True)

0 comments on commit f3993fe

Please sign in to comment.