mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
- remove debug print
This commit is contained in:
parent
59fd518713
commit
b5d52fb573
1 changed files with 1 additions and 1 deletions
|
@ -65,6 +65,6 @@ public class CodanCReconciler implements ICReconcilingListener {
|
|||
public void reconciled(IASTTranslationUnit ast, boolean force,
|
||||
IProgressMonitor progressMonitor) {
|
||||
new CodanBuilder().reconcileAst(ast, progressMonitor);
|
||||
System.err.println("ast reconsiled");
|
||||
// System.err.println("ast reconsiled");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue