issue-2901 remove debug code

This commit is contained in:
leif stawnyczy 2021-09-02 13:20:38 -04:00
parent 49124c298d
commit 6f82e3568c
1 changed files with 0 additions and 1 deletions

View File

@ -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();