Skip to content

Commit

Permalink
Comment out the log for FXML
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Feb 24, 2018
1 parent 6e495a8 commit 4dba7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fxml/src/main/scala/com/thoughtworks/binding/fxml.scala
Expand Up @@ -1485,7 +1485,7 @@ object fxml {
import transformer.transform
def transform(tree: Tree): Tree = {
val output = transformer.transform(tree)
c.info(c.enclosingPosition, c.universe.show(output), true)
// c.info(c.enclosingPosition, c.universe.show(output), true)
output
}

Expand Down

0 comments on commit 4dba7a6

Please sign in to comment.