[Scummvm-git-logs] scummvm master -> 064a266a226ef69c8252114feb84cadb7f4c27c1
rvanlaar
roland at rolandvanlaar.nl
Wed Aug 4 14:54:31 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
064a266a22 DEVTOOLS: COMPANION: remove debug statements
Commit: 064a266a226ef69c8252114feb84cadb7f4c27c1
https://github.com/scummvm/scummvm/commit/064a266a226ef69c8252114feb84cadb7f4c27c1
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2021-08-04T16:54:06+02:00
Commit Message:
DEVTOOLS: COMPANION: remove debug statements
Changed paths:
devtools/dumper-companion.py
diff --git a/devtools/dumper-companion.py b/devtools/dumper-companion.py
index 94d52d6256..cce521e4c1 100755
--- a/devtools/dumper-companion.py
+++ b/devtools/dumper-companion.py
@@ -70,8 +70,6 @@ def generate_punyencoded_path(destination_dir: Path, encoding:str, hpath: Tuple[
for el in hpath:
if decode_name(el, encoding=encoding) != el + "-":
decoded = decode_name(el, encoding=encoding)
- print(f"compare: {el} {decoded}")
- breakpoint()
upath /= "xn--" + decode_name(el, encoding=encoding)
else:
upath /= el
More information about the Scummvm-git-logs
mailing list