diff --git a/README.md b/README.md index fad724c..a8b8145 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/module.json b/module.json index 50f69e3..dddd988 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "torch", "title": "Torch", "description": "Torch HUD Controls", - "version": "1.2.0", + "version": "1.2.1", "author": "Deuce", "languages": [ { diff --git a/torch.js b/torch.js index 2fd9e97..0c5add0 100644 --- a/torch.js +++ b/torch.js @@ -255,7 +255,6 @@ class Torch { btn.removeClass("active"); await tokenFlagHolder.update({brightLight: data.brightLight, dimLight: data.dimLight}); } - console.log("Click completed"); }); } } diff --git a/torch.zip b/torch.zip index 8ccb114..fd95404 100644 Binary files a/torch.zip and b/torch.zip differ