Skip to content

Commit 15efa78

Browse files
committed
AC-1199::Fixed funtional tests - Incompatibility issue resolve after remove Jquery Migrate
1 parent c08fd7f commit 15efa78

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Swatches/view/adminhtml/web/js

1 file changed

+0
-1
lines changed

app/code/Magento/Swatches/view/adminhtml/web/js/visual.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ define([
362362
* @this {iframe}
363363
*/
364364
iframeHandler = function () {
365-
console.log($(this).contents().find('body').html());
366365
var imageParams = $.parseJSON($(this).contents().find('body').html()),
367366
fullMediaUrl = imageParams['swatch_path'] + imageParams['file_path'];
368367

0 commit comments

Comments
 (0)