Remove debugging BASE_URL - this is why you git diff --cached before committing

This commit is contained in:
Michiel Sikma 2022-01-17 17:04:29 +01:00
parent 3f8683ddd3
commit 12d3b1f1db
No known key found for this signature in database
GPG Key ID: 667DBAB05C5E10FF

View File

@ -35,7 +35,6 @@ DOCS_BASE_URL = 'https://msikma.github.io/pokesprite'
REPO_BASE_URL = 'https://raw.githubusercontent.com/msikma/pokesprite/master'
REPO_PACKAGE = f'{BASE_DIR}/package.json'
DEX_SPRITE_DIR = { 7: f'{REPO_BASE_URL}/pokemon-gen7x', 8: f'{REPO_BASE_URL}/pokemon-gen8' }
REPO_BASE_URL = 'file:///Users/msikma/Projects/pokesprite'
# Text displayed for "empty" values (instead of an empty table cell)
EMPTY_PLACEHOLDER = ''