Skip to content

Commit

Permalink
removed debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
lanesCSO committed Mar 14, 2024
1 parent dbe8b1f commit 5180a5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/js/api.plugin.cookie.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Cookies.setJSON = function (cookieName, data, cookieOptions) {

Cookies.getJSON = function (cookieName) {
var cookieValue = Cookies.get(cookieName);
debugger
if (cookieValue) {
return JSON.parse(cookieValue)
}
Expand Down
2 changes: 1 addition & 1 deletion src/js/api.plugin.cookie.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5180a5d

Please sign in to comment.