Skip to content

Commit

Permalink
Remove thoughtful logspam
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=162797067
  • Loading branch information
tbreisacher authored and brad4d committed Jul 25, 2017
1 parent bd39c57 commit c0b1733
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/com/google/javascript/jscomp/RemoveUnusedVars.java
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@ private void traverseNode(Node n, Node parent, Scope scope) {
return;
}
} else {
if ("arguments".equals(n.getString())) {
System.out.println("hmm");
}
// If arguments is escaped, we just assume the worst and continue
// on all the parameters. Ignored if we are in block scope
if (var != null
Expand Down

0 comments on commit c0b1733

Please sign in to comment.