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:
parent
9792393bcc
commit
ee73ba8737
1 changed files with 0 additions and 1 deletions
|
@ -2461,7 +2461,6 @@ public class CProjectDescriptionManager implements ICProjectDescriptionManager {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isNewStyleProject(IProject project) {
|
public boolean isNewStyleProject(IProject project) {
|
||||||
System.out.println("calling isNewStyleProject for project " + project.getName());
|
|
||||||
return isNewStyleProject(getProjectDescription(project, false, false));
|
return isNewStyleProject(getProjectDescription(project, false, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue