issue-2901 remove debug code
This commit is contained in:
parent
49124c298d
commit
6f82e3568c
|
@ -233,7 +233,6 @@ public abstract class BaseStorageDao {
|
|||
// resource not found
|
||||
// and no autocreateplaceholders set...
|
||||
// we throw
|
||||
System.out.println("FINDME");
|
||||
throw new ResourceNotFoundException(referenceElement);
|
||||
}
|
||||
String newTargetReference = referenceElement.withVersion(version.toString()).getValue();
|
||||
|
|
Loading…
Reference in New Issue