Skip to content

Commit 4cb6d3a

Browse files
committed
Deleted test log
1 parent 14bf334 commit 4cb6d3a

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

find-project-root/utils/clean.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def main():
1010
targets = ['*.pyc']
1111
if '--py2' not in sys.argv:
1212
targets.extend(['dist', 'build', '*_cache', '__pycache__', '*.egg-info'])
13-
print(targets)
1413
for target in targets:
1514
for path in Path('.').rglob(target):
1615
if path.is_dir():

latin-locales/utils/clean.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def main():
1010
targets = ['*.pyc']
1111
if '--py2' not in sys.argv:
1212
targets.extend(['dist', 'build', '*_cache', '__pycache__', '*.egg-info'])
13-
print(targets)
1413
for target in targets:
1514
for path in Path('.').rglob(target):
1615
if path.is_dir():

non-latin-locales/utils/clean.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def main():
1010
targets = ['*.pyc']
1111
if '--py2' not in sys.argv:
1212
targets.extend(['dist', 'build', '*_cache', '__pycache__', '*.egg-info'])
13-
print(targets)
1413
for target in targets:
1514
for path in Path('.').rglob(target):
1615
if path.is_dir():

project-markers/utils/clean.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def main():
1010
targets = ['*.pyc']
1111
if '--py2' not in sys.argv:
1212
targets.extend(['dist', 'build', '*_cache', '__pycache__', '*.egg-info'])
13-
print(targets)
1413
for target in targets:
1514
for path in Path('.').rglob(target):
1615
if path.is_dir():

remove-json-keys/utils/clean.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def main():
1010
targets = ['*.pyc']
1111
if '--py2' not in sys.argv:
1212
targets.extend(['dist', 'build', '*_cache', '__pycache__', '*.egg-info'])
13-
print(targets)
1413
for target in targets:
1514
for path in Path('.').rglob(target):
1615
if path.is_dir():

translate-messages/utils/clean.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def main():
1010
targets = ['*.pyc']
1111
if '--py2' not in sys.argv:
1212
targets.extend(['dist', 'build', '*_cache', '__pycache__', '*.egg-info'])
13-
print(targets)
1413
for target in targets:
1514
for path in Path('.').rglob(target):
1615
if path.is_dir():

0 commit comments

Comments
 (0)