Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ob committed May 29, 2018
1 parent 89c130a commit 497bb91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/osx/crosstool/wrapped_clang.cc
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ int main(int argc, char *argv[]) {
}
FindAndReplace("__BAZEL_XCODE_DEVELOPER_DIR__", developer_dir, &arg);
FindAndReplace("__BAZEL_XCODE_SDKROOT__", sdk_root, &arg);
std::cerr << "OB OUTPUT: " + arg << "\n";
processed_args.push_back(arg);
}

Expand Down

0 comments on commit 497bb91

Please sign in to comment.