Skip to content

Commit ee73ba8

Browse files
author
jan
committed
forgot to remove debugging line
1 parent 9792393 commit ee73ba8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/settings/model/CProjectDescriptionManager.java

-1
Original file line numberDiff line numberDiff line change
@@ -2461,7 +2461,6 @@ public boolean isNewStyleIndexCfg(ICProjectDescription des) {
24612461

24622462
@Override
24632463
public boolean isNewStyleProject(IProject project) {
2464-
System.out.println("calling isNewStyleProject for project " + project.getName());
24652464
return isNewStyleProject(getProjectDescription(project, false, false));
24662465
}
24672466

0 commit comments

Comments
 (0)