Revision 1da50ef2

b/snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_create_view.js
310 310
        },
311 311

  
312 312
        select_image: function(image) {
313
            console.log(image ? image.get('id'): null);
314 313
            if (image && image.get('id') && !_.include(this.images_ids, image.get('id'))) {
315 314
                image = undefined;
316 315
            }

Also available in: Unified diff