experimental dial gauge updated (unfinished)

git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@95 38686702-15cf-42e4-a595-3071df8bf5ea
This commit is contained in:
kascade 2008-06-01 05:12:59 +00:00
parent e7ab308286
commit 8693eb8626
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ public final class EcuAddressImpl implements EcuAddress {
for (int i = 0; i < addressLength; i++) {
addresses.add(padAddress(intToHexString(start + i), startAddress.length()));
}
// LOGGER.(startAddress + ":" + addressLength + " => " + addresses);
return addresses.toArray(new String[addresses.size()]);
}