X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Ftables%2FLazyTableViewer.java;h=c4488138dfcd4e4d636293798957540f056e97fa;hb=76c2b3eab6cec47490bb75713356152deb5d07ed;hp=1b371e28f4753a83b133c07c1f2705d4b2717244;hpb=58babf45ae7d259a296656451d796dbe601377a4;p=Mograsim.git diff --git a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/LazyTableViewer.java b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/LazyTableViewer.java index 1b371e28..c4488138 100644 --- a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/LazyTableViewer.java +++ b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/LazyTableViewer.java @@ -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); }