Skip to content
Snippets Groups Projects
Commit 722f1cad authored by Ananth Suryanarayana's avatar Ananth Suryanarayana
Browse files

temp debug disable

parent ed5c4310
No related branches found
No related tags found
No related merge requests found
......@@ -1126,7 +1126,7 @@ IFlowReconcileListener, IInfoProvider, IHAListener {
device.entities);
}
} else {
if (logger.isDebugEnabled()) {
if (false && logger.isDebugEnabled()) {
logger.debug("Device attachment point udpated: attachment points {}," +
"entities {}", device.attachmentPoints,
device.entities);
......@@ -1149,7 +1149,7 @@ IFlowReconcileListener, IInfoProvider, IHAListener {
device.entities);
}
} else {
if (logger.isDebugEnabled()) {
if (false && logger.isDebugEnabled()) {
logger.debug("Device attachment point udpated: attachment points {}," +
"entities {}", device.attachmentPoints,
device.entities);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment