Fix the bug of REMOVE operation

Change-Id: I80ffdbe6f5a750b85062f6ab39124e49c29b241f
diff --git a/src/main/java/net/onrc/onos/intent/runtime/PathCalcRuntimeModule.java b/src/main/java/net/onrc/onos/intent/runtime/PathCalcRuntimeModule.java
index c963fdd..3dfdc84 100755
--- a/src/main/java/net/onrc/onos/intent/runtime/PathCalcRuntimeModule.java
+++ b/src/main/java/net/onrc/onos/intent/runtime/PathCalcRuntimeModule.java
@@ -137,7 +137,7 @@
 
 		// calculate path-intents (low-level operations)
 		log("begin_calcPathIntents");
-		IntentOperationList pathIntentOperations = runtime.calcPathIntents(list, pathIntents);
+		IntentOperationList pathIntentOperations = runtime.calcPathIntents(list, highLevelIntents, pathIntents);
 		log("end_calcPathIntents");
 
 		// persist calculated low-level operations into data store