git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e299056
)
remove spurious print of sql sentence
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Tue, 24 Sep 2024 12:40:22 +0000
(14:40 +0200)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Tue, 24 Sep 2024 12:40:22 +0000
(14:40 +0200)
PLC/Slices.py
patch
|
blob
|
history
diff --git
a/PLC/Slices.py
b/PLC/Slices.py
index
f47894e
..
f27e5d0
100644
(file)
--- a/
PLC/Slices.py
+++ b/
PLC/Slices.py
@@
-315,6
+315,5
@@
class Slices(Table):
if remove_deleted:
sql += " AND is_deleted IS False"
- print(sql)
self.selectall(sql)