Skip to content

Commit

Permalink
removed old debugprint from windowcovering
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMisfit68 committed Apr 7, 2024
1 parent c3ee0bf commit 273f138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ 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
4 changes: 2 additions & 2 deletions HAPiNest.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.5;
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = be.oneclick.HAPiNestTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -839,7 +839,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.5;
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = be.oneclick.HAPiNestTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 273f138

Please sign in to comment.