Skip to content

Commit

Permalink
remove buggy assertion, #1613
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 22, 2024
1 parent 01372c6 commit d5a8b54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/nodes/Path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ export default class Path extends Paintable( Node ) {
* currently, null will be returned.
*/
public getShape(): ParsedShape {
assert && assert( this.shapeProperty.value === this._shape );
return this._shape;
}

Expand Down

0 comments on commit d5a8b54

Please sign in to comment.