1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-27 05:24:38 +04:00

console log remove

This commit is contained in:
codecalm
2019-10-25 19:47:12 +02:00
committed by Alex Safian
parent 9f719e59c0
commit 8f4737e03b
-1
View File
@@ -136,7 +136,6 @@ $(document).ready(function() {
if (elements.length) {
elements.forEach(function(element) {
console.log('1', element);
autosize(element);
});
}