Skip to content

Commit b87fd5e

Browse files
authored
chore: remove print from java-showcase owlbot.py (#3796)
These lines looks unnecessary
1 parent b26b5d0 commit b87fd5e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

java-showcase/owlbot.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
for library in s.get_staging_dirs():
2020
# put any special-case replacements here
21-
print('moving library asdasd: ')
22-
print(library)
2321
s.move(library)
2422

2523
s.remove_staging_dirs()
@@ -36,4 +34,4 @@
3634
"license-checks.xml",
3735
"renovate.json",
3836
".gitignore"
39-
])
37+
])

0 commit comments

Comments
 (0)