Remove unused settings

This commit is contained in:
Elio Struyf
2021-10-12 09:12:18 +02:00
parent 8f47cbfb0b
commit defffc4c8e
2 changed files with 0 additions and 2 deletions

View File

@@ -95,7 +95,6 @@ export class Template {
*/
public static async create(folderPath: string) {
const folder = Settings.get<string>(SETTING_TEMPLATES_FOLDER);
const prefix = Settings.get<string>(SETTING_TEMPLATES_PREFIX);
const contentTypes = ContentType.getAll();
if (!folderPath) {

View File

@@ -50,7 +50,6 @@ export class ContentType {
}
private static async create(contentType: IContentType, folderPath: string) {
const prefix = Settings.get<string>(SETTING_TEMPLATES_PREFIX);
const titleValue = await Questions.ContentTitle();
if (!titleValue) {