Skip to content

Commit

Permalink
oss
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman Ahuja committed May 26, 2024
1 parent c17d22e commit ece181f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shim/shims.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,6 @@ def _fix_dep(x: str) -> [
elif x.startswith("third-party//"):
return "shim//third-party/" + x.removeprefix("third-party//")
elif x.startswith("//folly"):
# print(x)
# print("root//folly/" + x.removeprefix("//"))
return "root//folly/" + x.removeprefix("//")
elif x.startswith("root//folly"):
return x
Expand Down

0 comments on commit ece181f

Please sign in to comment.