Index: trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13713)
+++ trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13714)
@@ -396,9 +396,9 @@
                 if(lj.contains(urlhttps))
                 {
-                    myprintln l += "+ Missing https: ${getDescription(e)}"
+                    myprintln "+ Missing https: ${getDescription(e)}"
                     eliUrls.put(urlhttps, eliUrls.get(urle))
                     eliUrls.remove(urle)
                     le.remove(urle)
-                    lj.remove(urlj)
+                    lj.remove(urlhttps)
                 } else if(ide) {
                     def kj = new LinkedList<String>(lj)
@@ -406,5 +406,5 @@
                         def j = josmUrls.get(urlj)
                         def idj = getId(j)
-                    
+
                         if (ide.equals(idj) && getType(j) == getType(e)) {
                             myprintln "* URL for id ${idj} differs ($urle): ${getDescription(j)}"
@@ -420,5 +420,5 @@
             }
         }
-        
+
         myprintln "*** URLs found in ELI but not in JOSM (${le.size()}): ***"
         le.sort()
