We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4747ef5 commit 352a8f0Copy full SHA for 352a8f0
apps/lisa/src/components/DemandProcessor.vue
@@ -294,7 +294,6 @@ const currentState = computed(() =>{
294
return STATES.PendingDataRequest;
295
}
296
if (accessRequestUri.value !== undefined && offerAccessRequests.value.length === 0) {
297
- console.log('amount',amount.value, props.demandUri);
298
return STATES.DataSuccessfullyProvided;
299
300
if(hasOrderForAnyOfferForThisDemand.value && !hasTerminatedOrder.value){
0 commit comments