Skip to content

Commit 679a67c

Browse files
author
Eugene Tupikov
committed
delete debug
1 parent 60a7a3e commit 679a67c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/assets/src/js/jquery.multipleInput.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444

4545
var intervalID = setInterval(function(){
4646
if (typeof form.data('yiiActiveForm') === 'object') {
47-
console.log(id);
4847
var attribute = form.yiiActiveForm('find', id);
4948
if (typeof attribute === 'object') {
5049
$.each(attribute, function (key, value) {

0 commit comments

Comments
 (0)