diff --git a/src/com/limelight/PcView.java b/src/com/limelight/PcView.java index 4e233234..8cdd304c 100644 --- a/src/com/limelight/PcView.java +++ b/src/com/limelight/PcView.java @@ -501,11 +501,6 @@ public class PcView extends Activity { break; } - if (computer.text.equals(computerString)) { - // Already up to date - return; - } - // Check if this is the same computer if (details.equals(computer.details)) { existingEntry = computer;