Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit dd3f91f

Browse files
author
sowerstl
committed
Remove unneeded Project Name logging.
1 parent e4eae6f commit dd3f91f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/gov/osti/connectors/GitHub.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ public JsonNode read(String url) {
126126
try {
127127
// try to identify the NAME of the project
128128
String name = getProjectFromUrl(url);
129-
log.info("Project name: " + name);
130129
if (null==name)
131130
return null;
132131

0 commit comments

Comments
 (0)