Remove test code.

Change-Id: I0b1f5e8697fe364caa4dc23946ee5dfeb0e7bf90
diff --git a/voltha/adapters/tibit_olt/tibit_olt.py b/voltha/adapters/tibit_olt/tibit_olt.py
index 3901885..7f549c1 100644
--- a/voltha/adapters/tibit_olt/tibit_olt.py
+++ b/voltha/adapters/tibit_olt/tibit_olt.py
@@ -588,10 +588,9 @@
                             operator=Operator['=='], match=_vlan_vid)
 
                         serial = _vlan_vid - 200
-                        #link = (0xe222 << 16) | (serial << 8)
-                        #up_req_link /= OLTUnicastLogicalLink(unicastvssn='TBIT', unicastlink=link)
+                        link = (0xe222 << 16) | (serial << 8)
+                        up_req_link /= OLTUnicastLogicalLink(unicastvssn='TBIT', unicastlink=link)
 
-                        up_req_link /=UnicastLogicalLink(unicastlink=link)
                         up_req_link /= PortIngressRuleClauseMatchLength02(
                             fieldcode=Clause['C-VLAN Tag'], fieldinstance=0,
                             operator=Operator['=='], match=_vlan_vid)