Skip to content

Commit

Permalink
0.2.1: Disable hook debug logs. Fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuqua committed Feb 1, 2021
1 parent 555dd7e commit 7bc2fbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.1 - 2020/02/01

### Fixed

- Disabled hook debug spew. Oops!

## 0.2.0 - 2020/01/26

### Added
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shared-token-visibility",
"version": "0.2.0",
"version": "0.2.1",
"title": "Shared Token Visibility",
"description": "Shares visibility of individual tokens between all players, regardless of dynamic lightning",
"author": "Steven Fuqua",
Expand Down
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ function getRevealedTokenLayer(): RevealedTokenLayer | undefined {
return ((canvas as unknown) as { [key: string]: RevealedTokenLayer })?.[REVEALED_TOKEN_LAYER_KEY];
}

CONFIG.debug.hooks = true;

Hooks.on("init", () => {
game.settings.register(MODULE_NAME, SettingName.RevealNpc, {
name: loc("Setting.RevealNpc.Title"),
Expand Down

0 comments on commit 7bc2fbe

Please sign in to comment.