Skip to content

Commit

Permalink
chore: Remove a print command
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinjahanmanesh authored Sep 20, 2023
1 parent cc2fd1b commit 6fe6b2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/LetSee/InAppView/LetSeeButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ public final class LetSeeButton {
private lazy var containerViewPosition: CGPoint = options.initialPosition
@MainActor
func updateContainerPosition() {
print("@@",self.containerViewPosition)
containerXConstraint?.constant = self.containerViewPosition.x
containerYConstraint?.constant = self.containerViewPosition.y
}
Expand Down

0 comments on commit 6fe6b2d

Please sign in to comment.