Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mapeveri committed Dec 9, 2024
1 parent b5746e5 commit f631750
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export class DomainEventsConsumerController {
try {
const classPath = `@src/${data.classPath}`;
const filePath = classPath.replace(/\./g, '/');
console.log(filePath);

const domainEventClass = require(filePath).default;
const domainEvent = domainEventClass.fromPrimitives(data.message);
Expand Down

0 comments on commit f631750

Please sign in to comment.