remove debug
This commit is contained in:
parent
0563b4dec3
commit
73fcc3bfc8
1 changed files with 0 additions and 1 deletions
|
@ -2,6 +2,5 @@ import './creative';
|
||||||
|
|
||||||
$('.image').each(function () {
|
$('.image').each(function () {
|
||||||
const ele = $(this);
|
const ele = $(this);
|
||||||
console.log('ITTERATING', ele.data('image'));
|
|
||||||
ele.css('background-image', 'url(' + ele.data('image') + ')');
|
ele.css('background-image', 'url(' + ele.data('image') + ')');
|
||||||
});
|
});
|
||||||
|
|
Reference in a new issue