Skip to content

Commit

Permalink
Merge pull request #29 from TobsCore/master
Browse files Browse the repository at this point in the history
Removes debugging statement
  • Loading branch information
vigoo committed Sep 17, 2017
2 parents 318dcfa + 16707f8 commit fdfca99
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -158,8 +158,6 @@ object sfxmlMacro {
// from the annotated class
val q"class $name(...$argss) extends $baseClass with ..$traits { ..$body }" = annottees.map(_.tree).head

println(s"Compiling ScalaFXML proxy class for $name")

/** Bindable public JavaFX variables for the proxy,
* generated from the constructor arguments of the controller
* which have a ScalaFX type
Expand Down

0 comments on commit fdfca99

Please sign in to comment.