Sho SHIMIZU
Committed by Ray Milkey

Delete line that is commented out

Change-Id: I89625bcc7944c9c341725049a56b2134298f8f02
...@@ -78,7 +78,6 @@ public class OpticalPathIntentInstaller implements IntentInstaller<OpticalPathIn ...@@ -78,7 +78,6 @@ public class OpticalPathIntentInstaller implements IntentInstaller<OpticalPathIn
78 78
79 private ApplicationId appId; 79 private ApplicationId appId;
80 80
81 - //final short WAVELENGTH = 80;
82 static final short SIGNAL_TYPE = (short) 1; 81 static final short SIGNAL_TYPE = (short) 1;
83 82
84 @Activate 83 @Activate
......