feat: removed redundand methods
This commit is contained in:
@@ -264,8 +264,6 @@ def build():
|
||||
logger.info("building page tree...")
|
||||
tree = Article(directory=Path(config.setup.source_directory, "articles"), is_root=True)
|
||||
|
||||
print(ARTICLE_LAKE.keys())
|
||||
|
||||
logger.info("compiling tree context...")
|
||||
tree.__init_context__()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user