Skip to content

Commit

Permalink
fix: remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
socsieng committed Aug 31, 2021
1 parent d5159b2 commit 5109a12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/SendKeysLib/Path/PathCommands.swift
Expand Up @@ -269,11 +269,9 @@ public class ArcPathCommand: PathCommand<ArchCommandValue> {

override public func makeAbsolute(_ point: CGPoint) {
if isRelative {
print("arc relative point: \(description)")
super.makeAbsolute(point)

value.point = point + value.point
print("arc absolute point: \(description)")
}
}

Expand Down

0 comments on commit 5109a12

Please sign in to comment.