Skip to content

Commit cbc3a98

Browse files
authored
remove debug statement
1 parent 3b696c0 commit cbc3a98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

patchmatch/patch_match.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def download_url_to_file(url, dst, hash_prefix=None, progress=True):
131131
import subprocess
132132
print('Compiling and loading c extensions from "{}".'.format(osp.realpath(osp.dirname(__file__))))
133133
# subprocess.check_call(['./travis.sh'], cwd=osp.dirname(__file__))
134-
print(f'DEBUG: cwd={osp.dirname(__file__)}')
135134
subprocess.check_call("make clean && make", cwd=osp.dirname(__file__), shell=True)
136135

137136

0 commit comments

Comments
 (0)