Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedsalem401 committed Jan 15, 2025
1 parent e6f4a6e commit 535eba0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/utils/sorter/CanvasComponentNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export default class CanvasComponentNode extends BaseComponentNode {
* @returns {boolean} - True if the move is allowed, false otherwise.
*/
canMove(source: BaseComponentNode, index: number): boolean {
console.log('🚀 ~ CanvasComponentNode ~ canMove ~ this.model:', this.model);
console.log('🚀 ~ CanvasComponentNode ~ canMove ~ source.model:', source.model);
return this.model.em.Components.canMove(this.model, source.model, this.getRealIndex(index)).result;
}
/**
Expand Down

0 comments on commit 535eba0

Please sign in to comment.