summaryrefslogtreecommitdiff
path: root/Backend.py
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2008-06-06 22:00:04 +0000
committerStef Walter <stef@thewalter.net>2008-06-06 22:00:04 +0000
commit390be307a7424a60db0170e4c174332b23e42cbb (patch)
tree91c44bcfd261d711aea47be7de2da1a15911e826 /Backend.py
parent92a72515c6a6b77a4f811bdd19a3436c8609b002 (diff)
Add cofiguration, daemon, and fix storage bugs.
Diffstat (limited to 'Backend.py')
-rw-r--r--Backend.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Backend.py b/Backend.py
index 6dc5497..8585965 100644
--- a/Backend.py
+++ b/Backend.py
@@ -219,7 +219,6 @@ class Database:
mods.append((op, attr, value))
batch += 1
- print mods
self.modify(dn, mods)
return (0, "", [])