Skip to content

Commit 793a714

Browse files
andiglorenzodonini
authored andcommitted
Remove duplicate call
1 parent 9090a55 commit 793a714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocpp1.6/charge_point.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,9 @@ func (cp *chargePoint) handleIncomingRequest(request ocpp.Request, requestId str
519519
}
520520
}
521521
}
522+
522523
// Process request
523524
var confirmation ocpp.Response
524-
cp.client.GetProfileForFeature(action)
525525
var err error
526526
switch action {
527527
case core.ChangeAvailabilityFeatureName:

0 commit comments

Comments
 (0)