Issue 295 and Issue 294, ADR was getting generated twice!
[zxing.git] / zxing.appspot.com / generator / src / com / google / zxing / web / generator / client / ContactInfoGenerator.java
index 97c2f54..ff75230 100644 (file)
@@ -76,7 +76,6 @@ public class ContactInfoGenerator implements GeneratorSource {
     maybeAppend(output, "TEL:", tel);
     maybeAppend(output, "URL:", url);
     maybeAppend(output, "EMAIL:", email);
-    maybeAppend(output, "ADR:", address);
     if (address.length() > 0 || address2.length() > 0) {
       output.append("ADR:");
       if (address.length() > 0) {