mirror of
https://gitlab.com/prism-break/prism-break.git
synced 2025-03-31 21:34:04 +00:00
Remove superfluous variable
This commit is contained in:
parent
0117ab754b
commit
9fcac7b01b
@ -6,8 +6,6 @@ module.exports = load-data = (path, iso, find-missing = false) ->
|
||||
en-data = require path.replace('/' + iso, '/en')
|
||||
localized-data = require path
|
||||
|
||||
data = []
|
||||
|
||||
for obj in en-data
|
||||
# Look for a localized version
|
||||
potential-localized-obj = null
|
||||
|
Loading…
x
Reference in New Issue
Block a user