Remove debugging code

This commit is contained in:
Nikola Pleša
2021-06-15 10:56:55 +02:00
parent 87a823f093
commit d8670ac383
+2 -2
View File
@@ -19,9 +19,9 @@ export function uiPhotoviewer(context) {
.append('button')
.attr('class', 'thumb-hide')
.on('click', function () {
//if (services.streetside) { services.streetside.hideViewer(context); }
if (services.streetside) { services.streetside.hideViewer(context); }
if (services.mapillary) { services.mapillary.hideViewer(context); }
//if (services.openstreetcam) { services.openstreetcam.hideViewer(context); }
if (services.openstreetcam) { services.openstreetcam.hideViewer(context); }
})
.append('div')
.call(svgIcon('#iD-icon-close'));