1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

forgot to remove debugging line

This commit is contained in:
jan 2024-03-04 21:02:17 +01:00
parent 9792393bcc
commit ee73ba8737

View file

@ -2461,7 +2461,6 @@ public class CProjectDescriptionManager implements ICProjectDescriptionManager {
@Override
public boolean isNewStyleProject(IProject project) {
System.out.println("calling isNewStyleProject for project " + project.getName());
return isNewStyleProject(getProjectDescription(project, false, false));
}