diff --git a/src/utilities/install.js b/src/utilities/install.js index 530837b..8b1c120 100644 --- a/src/utilities/install.js +++ b/src/utilities/install.js @@ -46,7 +46,6 @@ export async function installDeps(choice, name) { * @param {string} name - The name of the project */ export async function cloneRepo(lang, name) { - const isCached = fs.existsSync( path.join(os.homedir(), '.degit/github/sern-handler/templates') );