mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +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")) {
|
if (var.equals("name")) {
|
||||||
change = new MIVarChange(str);
|
change = new MIVarChange(str);
|
||||||
System.out.println("Changelist " + str);
|
|
||||||
aList.add(change);
|
aList.add(change);
|
||||||
} else if (var.equals("in_scope")) {
|
} else if (var.equals("in_scope")) {
|
||||||
if (change != null) {
|
if (change != null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue