Skip to content

Commit 9465b5e

Browse files
committed
Remove debug
1 parent f963b06 commit 9465b5e

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

context-provider/controllers/proxy/static-api.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ function getAsNGSIv2(req, res) {
7979
// The /ngsi-ld/v1/entities/:id endpoint responds with data in the NGSI-LD format
8080
//
8181
function getAsNgsiLD(req, res, asArray = false) {
82-
83-
console.log(req.params)
8482
const response = Formatter.formatAsLDResponse(req, null, (name, type) => {
8583
return staticValues[type.toLowerCase()];
8684
});

context-provider/lib/formatter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ function formatAsV2Response(req, inputData, attributeValueCallback) {
8888
// Formatting function for an NGSI v1 response to a context query.
8989
//
9090
function formatAsV1Response(req, inputData, attributeValueCallback) {
91-
console.log(req.params.mapping)
9291
const mappedAttributes = parseMapping(req.params.mapping);
9392

9493
const ngsiV1Response = {

0 commit comments

Comments
 (0)