Skip to content

Commit f706da9

Browse files
committedMay 17, 2017
oops
1 parent 3178824 commit f706da9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎nikola/plugins/command/auto/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ def do_rebuild(self, event):
267267
# move on larger save operations for write protection
268268
event_path = event.dest_path if hasattr(event, 'dest_path') else event.src_path
269269
fname = os.path.basename(event_path)
270-
from doit.tools import set_trace; set_trace()
271270
if (fname.endswith('~') or
272271
fname.startswith('.') or
273272
'__pycache__' in event_path or

0 commit comments

Comments
 (0)
Please sign in to comment.