Skip to content

Commit f94f0c6

Browse files
committed
Remove debug print
1 parent ec22580 commit f94f0c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build_env.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def get_files(build_env_input: Dict) -> List[EnvFile]:
9797
files = []
9898

9999
imports = [pathlib.Path(imp) for imp in build_env_input["imports"]]
100-
print(imports)
101100
workspace = build_env_input["workspace"]
102101
for depfile in build_env_input["files"]:
103102
# Bucket files into external and workspace groups.

0 commit comments

Comments
 (0)