1
0
Fork 0
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:
Alain Magloire 2002-08-20 14:02:26 +00:00
parent 4a0f4e28c3
commit 734efafff7

View file

@ -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) {