We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08fd7f commit 15efa78Copy full SHA for 15efa78
app/code/Magento/Swatches/view/adminhtml/web/js/visual.js
@@ -362,7 +362,6 @@ define([
362
* @this {iframe}
363
*/
364
iframeHandler = function () {
365
- console.log($(this).contents().find('body').html());
366
var imageParams = $.parseJSON($(this).contents().find('body').html()),
367
fullMediaUrl = imageParams['swatch_path'] + imageParams['file_path'];
368
0 commit comments