Skip to content

Conversation

@Mihajlo-Pavlovic
Copy link
Collaborator

No description provided.

@Mihajlo-Pavlovic Mihajlo-Pavlovic merged commit 2efc19b into v6/prerelease/testnet Jul 25, 2025
7 of 10 checks passed
);
}

console.timeEnd(`BatchGetCommand [NETWORK]: ${operationId} ${uals.length}`);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Debugging Code Leaks into Production

Extensive console.time() and console.timeEnd() calls, intended for temporary debugging and performance measurement, have been accidentally committed. These statements are present in BatchGetCommand, HandleBatchGetRequestCommand, and TripleStoreService methods (getAssertion, getAssertionsInBatch). They will pollute production logs with excessive timing information and should be removed.

Locations (3)

Fix in CursorFix in Web

result[ual] = results[index];
}

endTimer(totalLabel);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Debugging Code in Production Methods

Unnecessary console.time and console.timeEnd calls for performance instrumentation were added to the getAssertion and getAssertionsInBatch methods. This debugging code should not be committed to production as it clutters console output.

Locations (1)

Fix in CursorFix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants