Skip to content

Commit

Permalink
regresion but with logs of one of the issues
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGB committed Sep 14, 2022
1 parent e613089 commit d9200a8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dbfolder",
"name": "DB Folder",
"version": "2.6.0",
"version": "2.6.1",
"minAppVersion": "0.15.9",
"description": "Folder with the capability to store and retrieve data from a folder like database",
"author": "RafaelGB",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dbfolder",
"name": "DB Folder",
"version": "2.6.0",
"version": "2.6.1",
"minAppVersion": "0.15.9",
"description": "Folder with the capability to store and retrieve data from a folder like database",
"author": "RafaelGB",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-dbfolder",
"version": "2.6.0",
"version": "2.6.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 0 additions & 3 deletions src/settings/handlers/automation/FormulaJSFolderHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export class FormulaJSFolderHandler extends AbstractSettingsHandler {
}

};
console.log('FormulaJSFolderHandler bejore');
// render dropdown inside container
new Setting(containerEl)
.setName('Select the formula JS folder')
Expand All @@ -34,8 +33,6 @@ export class FormulaJSFolderHandler extends AbstractSettingsHandler {
.setValue(local ? view.diskConfig.yaml.config.formula_folder_path : settingsManager.plugin.settings.local_settings.formula_folder_path)
.onChange(formula_folder_promise);
});

console.log('FormulaJSFolderHandler after');
return this.goNext(settingHandlerResponse);
}
}

0 comments on commit d9200a8

Please sign in to comment.