Index: tools/gn/function_rebase_path.cc |
diff --git a/tools/gn/function_rebase_path.cc b/tools/gn/function_rebase_path.cc |
index 9d3a4e3151657c42284d08d0d056e3961472f21c..dd5e903ec8673016e01c5cf5a5b0d96c81b39095 100644 |
--- a/tools/gn/function_rebase_path.cc |
+++ b/tools/gn/function_rebase_path.cc |
@@ -253,8 +253,6 @@ Value RunRebasePath(Scope* scope, |
// Path conversion. |
if (inputs.type() == Value::STRING) { |
- if (inputs.string_value() == "//foo") |
- printf("foo\n"); |
jamesr
2014/08/19 19:30:41
lol
|
return ConvertOnePath(scope, function, inputs, |
from_dir, to_dir, convert_to_system_absolute, err); |