Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ZmicerBoksha committed Mar 11, 2016
1 parent 93d73f1 commit 6277b9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/scripts/spiral/vault.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ $(document).ready(function () {
}($('.tabs a')))

$(document).on('click touchstart', function (e) {
console.log($(e.target));
if ($(e.target).closest('.drag-target').length) {
$('.button-collapse').toggleClass('active');
}
Expand Down

0 comments on commit 6277b9e

Please sign in to comment.