Skip to content

Commit

Permalink
Deleted an old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMisfit68 committed Feb 22, 2024
1 parent 3c5471d commit d82f37e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ class WindowCovering:PLCClassAccessoryDelegate, PulsOperatedCircuit, Simulateabl

// MARK: - Subroutines
private func updateCurrentPosition() {
// TODO: - remove this print
if self.instanceName == String(localized:"Living room Screens", table:"AccessoryNames"){
print("PositionState: \(String(describing: self.hardwarePositionState)), TargetPostiton: \(String(describing: self.targetPosition)), CurrentPosition: \(String(describing: self.currentPosition))")
}

if (self.currentPosition == nil){

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
</dict>
</array>
<key>title</key>
<string>TODO, FIXME, Prints</string>
<string>TODO, FIXME</string>
<key>type</key>
<string>group</string>
</dict>
Expand Down

0 comments on commit d82f37e

Please sign in to comment.