Skip to content

Commit

Permalink
remove: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenjohanson committed Dec 19, 2024
1 parent 22b2568 commit bf1d5fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teammapper-backend/src/map/services/maps.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export class MapsService {
return accCreatedNodes;
}

// This needs to be an error because it is almost guaranteed to cause issues down the line due to differing client state
this.logger.warn(`Parent with id ${node.nodeParentId} does not exist for node ${node.id} and map ${mapId}`);
return accCreatedNodes;
};
Expand Down

0 comments on commit bf1d5fc

Please sign in to comment.