Skip to content

Commit

Permalink
chore: rm logs
Browse files Browse the repository at this point in the history
  • Loading branch information
BjrInt authored and aliel committed Jan 1, 2024
1 parent c6b6aed commit 7188eb5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/domain/domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ export class DomainManager implements EntityManager<Domain, AddDomain> {
const content: DomainAggregate = domains.reduce((ac, cv) => {
const { name, ref, target, programType } = cv

console.log('programType', programType)
console.log('target', target)

const domain = {
message_id: ref,
programType,
Expand Down

0 comments on commit 7188eb5

Please sign in to comment.