diff options
author | Mats Wichmann <mats@linux.com> | 2020-05-10 13:05:59 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-05-10 13:07:05 (GMT) |
commit | 5f0548f83fea72c7d7bf431f320e717547fa30b4 (patch) | |
tree | c8ad62632670da524ea118658a6d89a574c70b87 /bin/scons-proc.py | |
parent | 5ba1ee02355ee0f69dd6e821116e098b83fdf6d8 (diff) | |
download | SCons-5f0548f83fea72c7d7bf431f320e717547fa30b4.zip SCons-5f0548f83fea72c7d7bf431f320e717547fa30b4.tar.gz SCons-5f0548f83fea72c7d7bf431f320e717547fa30b4.tar.bz2 |
docs src-move: remove debug prints [ci skip]
accidentally left print statements in bin/scons-proc.py
rebased to current master, which caused a couple of
generated file changes.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'bin/scons-proc.py')
-rw-r--r-- | bin/scons-proc.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/scons-proc.py b/bin/scons-proc.py index e4b73a2..30832a0 100644 --- a/bin/scons-proc.py +++ b/bin/scons-proc.py @@ -115,8 +115,6 @@ class SCons_XML(object): self.write_mod(mod) def write_gen(self, filename): - print(f"DEBUG: write_gen({filename})") - print(f"values={self.values}") if not filename: return # Try to split off .gen filename |