Skip to content

Commit 7fc7f70

Browse files
committed
Remove debug line
1 parent 3c3efa5 commit 7fc7f70

File tree

3 files changed

+2
-250
lines changed

3 files changed

+2
-250
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
__pycache__/
22
*.py[cod]
33
*.log
4+
.goutputstream-*

utils/.goutputstream-SV62VY

Lines changed: 0 additions & 249 deletions
This file was deleted.

utils/nest_messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def fix_naming(nested, new_path, prev_path, top_path,
226226

227227
if orig_path != top_path:
228228
msg_to_topmost[orig_path] = top_path
229-
msg_to_newloc[orig_path] = new_path # en fait il dit que tu t'es appelé ça-tel alors que tu t'es jamais appelé ça-tel
229+
msg_to_newloc[orig_path] = new_path
230230
msg_path_to_obj[orig_path] = nested
231231

232232
# Fix references.

0 commit comments

Comments
 (0)