mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
remove debug prints.
This commit is contained in:
parent
4a0f4e28c3
commit
734efafff7
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ public class MIVarUpdateInfo extends MIInfo {
|
|||
}
|
||||
if (var.equals("name")) {
|
||||
change = new MIVarChange(str);
|
||||
System.out.println("Changelist " + str);
|
||||
aList.add(change);
|
||||
} else if (var.equals("in_scope")) {
|
||||
if (change != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue