Skip to content

Commit

Permalink
Remove extraneous logging
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohnson committed Oct 25, 2017
1 parent d504a9c commit 5e922b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/transforms/catchExpression.lsc
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ isVarDeclCatchExpr(path) ->
and path.parentPath.parentPath.listKey == "body"

export transformCatchExpression(path, isLinter): void ->
console.log(path.parent)
console.log(path.parentPath.parent)
console.log(path.parentPath.parentPath.parent)
if path~isVarDeclCatchExpr!:
transformVarDeclCatchExpression(path.parentPath.parentPath, path, isLinter)
else:
Expand Down

0 comments on commit 5e922b2

Please sign in to comment.