Added active instruction preview to LogicUIPart
[Mograsim.git] / plugins / net.mograsim.plugin.core / src / net / mograsim / plugin / tables / LazyTableViewer.java
index 1b371e2..c448813 100644 (file)
@@ -34,7 +34,6 @@ public class LazyTableViewer extends TableViewer
                if (index < 0 || index >= table.getItemCount())
                        return;
                table.getItem(index).setBackground(highlight ? highlightColor : table.getBackground());
-               System.out.println("Infinite loop!!!");
                ((ILazyContentProvider) getContentProvider()).updateElement(index);
        }