Skip to content

Commit ac7bcfb

Browse files
committed
chore: cleanup log and xcconfig
1 parent 498b33f commit ac7bcfb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/core/inspector_modules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function remapStack(raw: string): string {
116116
* Allows the runtime to remap stack traces before displaying them in the in-flight error screens.
117117
*/
118118
(global as any).__ns_remapStack = (rawStack: string) => {
119-
console.log('Remapping stack trace...');
119+
// console.log('Remapping stack trace...');
120120
return remapStack(rawStack);
121121
};
122122
/**

tools/assets/App_Resources/iOS/build.xcconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
// DEVELOPMENT_TEAM = YOUR_TEAM_ID;
66
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
77
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
8-
FRAMEWORK_SEARCH_PATHS = $(inherited) $(SDKDIR)/System/Library/SubFrameworks

0 commit comments

Comments
 (0)