Skip to content

Commit

Permalink
avoid this
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Jan 24, 2025
1 parent bca4155 commit 4c8faf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions feather.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = iOS/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Feather (Debug)";
INFOPLIST_KEY_CFBundleDisplayName = Feather;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright (c) 2024 Samara M (khcrysalis)";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
Expand Down Expand Up @@ -1327,7 +1327,7 @@
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = iOS/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Feather (Debug)";
INFOPLIST_KEY_CFBundleDisplayName = Feather;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright (c) 2024 Samara M (khcrysalis)";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
Expand Down
3 changes: 0 additions & 3 deletions iOS/Operations/SourceRefreshOperation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ import Foundation
switch result {
case let .success((data, _)):
Debug.shared.log(message: "Received source data from URL: \(url)", type: .info)
if let sourceString = String(data: data, encoding: .utf8) {
Debug.shared.log(message: "Raw source data: \(sourceString)", type: .info)
}
if case let .success(sourceData) = SourceGET().parse(data: data) {
allSourceData.append((data: sourceData, url: url))
}
Expand Down

0 comments on commit 4c8faf9

Please sign in to comment.