Skip to content

Commit

Permalink
Forgot some debugging messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Degueule authored and François Boschet committed Aug 26, 2015
1 parent 75f5387 commit fbe0655
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ class EPackageProvider
}

def List<EPackage> getPackages(ModelingElement m) {
println("current="+m.eResource+"("+m.eResource.resourceSet+")")
println("currentResources = ")
rs.resources.forEach[println("\t"+it)]
if (!packages.containsKey(m.fqn)) {
if (m instanceof Metamodel) {
val project = m.eResource.project
Expand Down

0 comments on commit fbe0655

Please sign in to comment.