Skip to content

Commit 4bb5af9

Browse files
author
Anis Kadri
committed
removing console.error statement
1 parent a1a93c9 commit 4bb5af9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/pbxProject.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,6 @@ pbxProject.prototype.removeBuildProperty = function(prop, build_name) {
903903

904904
for (key in configurations){
905905
configuration = configurations[key];
906-
console.error(configuration);
907906
if (configuration.buildSettings[prop] &&
908907
!build_name || configuration.name === build_name){
909908
delete configuration.buildSettings[prop];

0 commit comments

Comments
 (0)