removed old code

This commit is contained in:
einhornimmond 2021-09-15 15:06:52 +02:00
parent 1e792c32e3
commit ba1f3c0fc6

View File

@ -32,10 +32,6 @@ const CONFIG = {
...environment,
...server,
...options,
COMMIT_HASH:
process.env.VUE_APP_BUILD_COMMIT === 'undefined'
? '00000000'
: process.env.VUE_APP_BUILD_COMMIT,
}
export default CONFIG