NIHVIVO-214 commenting out print statements
This commit is contained in:
parent
3c5d088173
commit
ae7b5b9835
1 changed files with 4 additions and 4 deletions
|
@ -75,8 +75,8 @@ public class VClassDaoTest {
|
||||||
// Save copies of sub-model and super-model
|
// Save copies of sub-model and super-model
|
||||||
|
|
||||||
// uncommment the next two lines to debug failures
|
// uncommment the next two lines to debug failures
|
||||||
System.out.println("**Before updating VClass:");
|
//System.out.println("**Before updating VClass:");
|
||||||
printModels(superModel, subModel);
|
//printModels(superModel, subModel);
|
||||||
|
|
||||||
superModel.removeSubModel(subModel);
|
superModel.removeSubModel(subModel);
|
||||||
|
|
||||||
|
@ -103,8 +103,8 @@ public class VClassDaoTest {
|
||||||
// Verify that the sub-model and super-model are both unchanged
|
// Verify that the sub-model and super-model are both unchanged
|
||||||
|
|
||||||
// uncommment the next two lines to debug failures
|
// uncommment the next two lines to debug failures
|
||||||
System.out.println("\n**After updating VClass:");
|
//System.out.println("\n**After updating VClass:");
|
||||||
printModels(superModel,subModel);
|
//printModels(superModel,subModel);
|
||||||
|
|
||||||
superModel.removeSubModel(subModel);
|
superModel.removeSubModel(subModel);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue