Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
glouel committed Mar 10, 2020
1 parent 751fdac commit b2a239d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Aerial/Source/Views/AerialView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ final class AerialView: ScreenSaverView, CAAnimationDelegate {
// And our additional layers
layerManager.setContentScale(scale: (self.window?.backingScaleFactor) ?? 1.0)
}

/*
// TMP TEST
if self.window?.backingScaleFactor == 1.0 {
debugLog("*** Forcing retina 2.0")
Expand All @@ -311,7 +311,7 @@ final class AerialView: ScreenSaverView, CAAnimationDelegate {
// And our additional layers
layerManager.setContentScale(scale: 2.0)
}

*/
}

// On previews, it's possible that our shared player was stopped and is not reusable
Expand Down

0 comments on commit b2a239d

Please sign in to comment.