Skip to content
Snippets Groups Projects
Commit 75aa3348 authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Remove debug print

Remove debug print
parent 3ed9486a
Branches
No related tags found
No related merge requests found
......@@ -188,7 +188,6 @@ public class Programa {
}
}
query = querySelectFrom + queryWhere;
System.out.println("QUERY: @ "+query+" @ ");
return entityManager().createNativeQuery(query, Programa.class).getResultList();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment