Skip to content

Commit

Permalink
Remove spurious print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jun 1, 2017
1 parent 32326a9 commit 90bd71c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ class AliasedMetaComponentFactory extends MetaComponentFactory {

@Override
protected Map resolveAttributes(Map attributes) {
println this.attributes
println attributes
Map defaultMvcArgs = this.attributes.mvcArgs ?: [:]
Map mvcArgs = attributes.mvcArgs ?: [:]
Map attrs = [:]
Expand Down

0 comments on commit 90bd71c

Please sign in to comment.