Skip to content

Commit b85333a

Browse files
authored
linting
1 parent add58d4 commit b85333a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/rubin/rag/extra_scripts/ingest_github.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def load_files_1repo(repo='lsst/daf_butler') -> list:
3434
for i,metadata in enumerate(loader.get_file_paths()):
3535
file_path = metadata['path']
3636

37-
print(i, file_path)
3837
try:
3938
string = loader.get_file_content_by_path(file_path)
4039
doc = Document(string, metadata=metadata)

0 commit comments

Comments
 (0)