Index: /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/utils/ImageUtil.java
===================================================================
--- /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/utils/ImageUtil.java	(revision 32974)
+++ /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/utils/ImageUtil.java	(revision 32975)
@@ -48,5 +48,5 @@
       for (File child : f.listFiles()) {
         try {
-          assert images.addAll(readImagesFrom(child, defaultLL));
+          images.addAll(readImagesFrom(child, defaultLL));
         } catch (IOException e) {
           // Don't throw an exception here to allow other files that might be readable to be read.
