Remove unused variable and stuff

This commit is contained in:
dangered wolf 2023-11-10 20:15:24 -05:00
parent e99d31ebf1
commit b0b2c095de
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -8,7 +8,6 @@ import fs from 'fs';
config();
const gitCommit = execSync('git rev-parse --short HEAD').toString().trim();
const gitCommitFull = execSync('git rev-parse HEAD').toString().trim();
const gitUrl = execSync('git remote get-url origin').toString().trim();
const gitBranch = execSync('git rev-parse --abbrev-ref HEAD')
.toString()