diff --git a/gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy b/gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy index 7201e27b..6f0f4909 100644 --- a/gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy +++ b/gui/griffon-app/views/com/muwire/gui/MainFrameView.groovy @@ -2146,9 +2146,7 @@ class MainFrameView { try { table.model.fireTableRowsUpdated(row, row) } catch (IndexOutOfBoundsException bad) { - int modelSize = table.model.size() - int sharedSize = model.shared.size() - throw new Exception("Index out of bounds: row=$row sharedSize=$sharedSize modelSize=$modelSize", bad) + // TODO: figure out why this happens } }