Skip to content

Commit 5cd3d8d

Browse files
authored
remove alert (#508)
1 parent 42c7376 commit 5cd3d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commandLine/src/projects/xcodeProject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ void xcodeProject::addCommand(const string & command) {
680680
}
681681

682682
string xcodeProject::addFile(const fs::path & path, const fs::path & folder, const fileProperties & fp) {
683-
alert("addFile " + ofPathToString(path) + " : " + ofPathToString(folder) , 31);
683+
//alert("addFile " + ofPathToString(path) + " : " + ofPathToString(folder) , 31);
684684

685685
string UUID = "";
686686
std::map<fs::path, string> extensionToFileType {

0 commit comments

Comments
 (0)