Skip to content
Snippets Groups Projects
Commit a6e7b796 authored by Srinivasan Ramasubramanian's avatar Srinivasan Ramasubramanian
Browse files

Removing a log message that was used for debugging.

parent 755af289
No related branches found
No related tags found
No related merge requests found
......@@ -402,10 +402,6 @@ public class LinkDiscoveryManager
Short remotePort = portBB.getShort();
IOFSwitch remoteSwitch = null;
boolean myLLDP = false;
if (isStandard == false) {
log.info("srini: getting bsn-specific packet.");
}
// Verify this LLDP packet matches what we're looking for
for (LLDPTLV lldptlv : lldp.getOptionalTLVList()) {
......
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