Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
b3a367e0
Commit
b3a367e0
authored
Mar 10, 2010
by
Jelte Jansen
Browse files
removed debug prints
git-svn-id:
svn://bind10.isc.org/svn/bind10/trunk@1280
e5f2f494-b856-4b98-b285-d166d9295462
parent
c7fef0ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/config/cfgmgr.py
View file @
b3a367e0
...
...
@@ -269,8 +269,6 @@ class ConfigManager:
for
module
in
self
.
config
.
data
:
if
module
!=
"version"
and
(
module
not
in
old_data
or
self
.
config
.
data
[
module
]
!=
old_data
[
module
]):
update_cmd
=
isc
.
config
.
ccsession
.
create_command
(
isc
.
config
.
ccsession
.
COMMAND_CONFIG_UPDATE
,
self
.
config
.
data
[
module
])
print
(
"[XX] send update: "
+
str
(
update_cmd
))
print
(
"[XX] to: "
+
str
(
module
))
self
.
cc
.
group_sendmsg
(
update_cmd
,
module
)
answer
,
env
=
self
.
cc
.
group_recvmsg
(
False
)
if
answer
==
None
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment