Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 3d6648c

Browse files
committed
removed debug print statements
1 parent fc7e974 commit 3d6648c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

blogofile/writer.py

-2
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,8 @@ def __write_files(self, posts):
133133
for d in list(dirs):
134134
#Exclude some dirs
135135
if d.startswith("_"):
136-
print "removing %s" % d
137136
dirs.remove(d)
138137
if self.dirs_exclude_regex.match(d):
139-
print "removing %s" % d
140138
dirs.remove(d)
141139
try:
142140
os.makedirs(os.path.join(self.output_dir, root))

0 commit comments

Comments
 (0)