Skip to content

Commit e718e7e

Browse files
authored
Merge pull request #183 from spdx/issue179
Remove logging for missing copyright text
2 parents f54362e + 8cbef0c commit e718e7e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/spdx/library/model/SpdxItem.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ public String getCopyrightText() throws InvalidSPDXAnalysisException {
111111
if (retval.isPresent()) {
112112
return retval.get();
113113
} else {
114-
logger.warn("Missing required copyright text. Returning empty string");
115114
return "";
116115
}
117116
}

0 commit comments

Comments
 (0)