Skip to content

Commit 352a8f0

Browse files
remove unused code in DemandProcessor
remove unused code in DemandProcessor
1 parent 4747ef5 commit 352a8f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/lisa/src/components/DemandProcessor.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ const currentState = computed(() =>{
294294
return STATES.PendingDataRequest;
295295
}
296296
if (accessRequestUri.value !== undefined && offerAccessRequests.value.length === 0) {
297-
console.log('amount',amount.value, props.demandUri);
298297
return STATES.DataSuccessfullyProvided;
299298
}
300299
if(hasOrderForAnyOfferForThisDemand.value && !hasTerminatedOrder.value){

0 commit comments

Comments
 (0)