Skip to content

Commit

Permalink
Cleaned up console log code tracking noise (1.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Jun 10, 2021
1 parent dc8ba8f commit 0205424
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This module was originally written by @Deuce. After several months of no activit

This has needed to be pieced together a bit, but here's what I've gleaned from the GIT history.

* 1.2.1 - June 11, 2021 - (Lupestro) Cleaned up console logging noise I had created
* 1.2.0 - June 10, 2021 - (Lupestro) Updated for 0.8.6, but ensured it still functions in 0.7.x.
* 1.1.4 - October 21, 2020 - (Stephen Hurd) Marked as 0.7.5 compatible.
* 1.1.3 - October 18, 2020 - (Stephen Hurd) Fix spelling.
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "torch",
"title": "Torch",
"description": "Torch HUD Controls",
"version": "1.2.0",
"version": "1.2.1",
"author": "Deuce",
"languages": [
{
Expand Down
1 change: 0 additions & 1 deletion torch.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ class Torch {
btn.removeClass("active");
await tokenFlagHolder.update({brightLight: data.brightLight, dimLight: data.dimLight});
}
console.log("Click completed");
});
}
}
Expand Down
Binary file modified torch.zip
Binary file not shown.

0 comments on commit 0205424

Please sign in to comment.