Skip to content

Commit ec235c6

Browse files
committed
remove print
1 parent 1036e13 commit ec235c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tasks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ def add_paths():
8686
def readme(c):
8787
print(os.walk(os.getcwd()))
8888
add_paths()
89-
print(get_primitives_paths())
90-
print(get_pipelines_paths())
9189
test_path = Path('tests/readme_test')
9290
if test_path.exists() and test_path.is_dir():
9391
shutil.rmtree(test_path)

0 commit comments

Comments
 (0)