Skip to content

Commit 83f170f

Browse files
remove debugging code
1 parent 84aa9ce commit 83f170f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/regnosys/rosetta/generator/python/object/PythonAttributeProcessor.xtend

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class PythonAttributeProcessor {
2929

3030
def CharSequence generateAllAttributes(Data rosettaClass, Map<String, List<String>> keyRefConstraints) {
3131
// generate Python for all the attributes in this class
32-
println('PythonAttributeProcessor::generateAllAttributes for: ' + rosettaClass.getName)
3332
val allAttributes = rosettaClass.buildRDataType.getOwnAttributes
3433
// it is an empty class if there are no attribute and no conditions
3534
if (allAttributes.size() === 0 && rosettaClass.conditions.size() === 0) {
@@ -201,7 +200,6 @@ class PythonAttributeProcessor {
201200
// process attribute metadata
202201
if (attrRMAT.hasAttributeMeta) {
203202
attrRMAT.getMetaAttributes.forEach [ma |
204-
println('ma.getName: ' + ma.getName)
205203
switch(ma.getName) {
206204
case "key", case "id": {
207205
validators.add("@key")

0 commit comments

Comments
 (0)