Commit 3e4d3955 authored by Rafael Monnerat's avatar Rafael Monnerat

Remove pdb

parent f1d5baf2
......@@ -80,7 +80,6 @@ def get_template(name):
import os, errno
def mkdir_p(path):
import pdb;pdb.set_trace()
if not os.path.exists(path):
os.makedirs(path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment