Skip to content

Commit e8b9f7a

Browse files
committed
RM debug logs
1 parent 4687604 commit e8b9f7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/pbxProject.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,8 +1525,6 @@ function pbxCopyFilesBuildPhaseObj(obj, folderType, subfolderPath, phaseName) {
15251525
obj.name = '"' + phaseName + '"';
15261526
obj.dstPath = subfolderPath || '""';
15271527
obj.dstSubfolderSpec = SUBFOLDERSPEC_BY_DESTINATION[DESTINATION_BY_TARGETTYPE[folderType]];
1528-
console.log("pbxCopyFilesBuildPhase");
1529-
console.log(obj);
15301528

15311529
return obj;
15321530
}

0 commit comments

Comments
 (0)