소스 검색

remove deubg break point

Oz N Tiram 9 년 전
부모
커밋
ecd6a5264f
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      blogit/blogit.py

+ 0 - 2
blogit/blogit.py

@@ -382,8 +382,6 @@ def update_index(entries):
 
 def build(config):
     """Incremental build of the website"""
-    import pdb; pdb.set_trace()
-
     print("\nRendering website now...\n")
     print("entries:")
     tags = dict()