Skip to content

Commit

Permalink
Remove Print
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakr233 committed Jul 4, 2024
1 parent 3c5612b commit 3ed67df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/ColorfulApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = ColorfulApp/ColorfulApp.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0;
DEAD_CODE_STRIPPING = YES;
Expand Down Expand Up @@ -314,7 +314,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = ColorfulApp/ColorfulApp.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0;
DEAD_CODE_STRIPPING = YES;
Expand Down
1 change: 0 additions & 1 deletion Sources/ColorfulX/Color.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public typealias ColorSpace = ColorVector.Space

extension ColorVector {
init(_ color: ColorElement, usingSpace space: Space = .rgb) {
print("color: \(color)")
let cgColor = color.cgColor
let color = cgColor.converted(
to: CGColorSpace(name: CGColorSpace.sRGB)!,
Expand Down

0 comments on commit 3ed67df

Please sign in to comment.