Fix bug due to 'id'-handling change
[gofetch.git] / src / be / nikiroo / gofetch / support / Phoronix.java
index 5338cd639ff2ebe2435834336af1232320827ebf..8f257fbb0d7b3a36d17a8601a61fc3bfd3de6149 100644 (file)
@@ -45,9 +45,6 @@ class Phoronix extends BasicSupport {
                                        id = id.substring(pos + 1);
                                }
 
-                               while (id.length() < 10) {
-                                       id = "0" + id;
-                               }
                                return id;
                        }
                }