Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit bc73201

Browse files
author
Dushyant Bhalgami
committed
removed log lines
1 parent 0b166a9 commit bc73201

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

services/project_services/src/java/main/com/topcoder/project/service/impl/ProjectServicesImpl.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5025,13 +5025,11 @@ private String getPhaseTemplateName(Project projectHeader) {
50255025

50265026
String[] templates = template.getAllTemplateNames();
50275027
for (String t : templates) {
5028-
System.out.println(t);
50295028
if (category.equalsIgnoreCase(t)) {
5030-
return t;
5029+
return t;
50315030
}
50325031
}
50335032
for (String t : templates) {
5034-
System.out.println(t);
50355033
if (type.equalsIgnoreCase(t)) {
50365034
return t;
50375035
}

0 commit comments

Comments
 (0)