mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
chore: Remove console statement
This commit is contained in:
parent
a89f5a813d
commit
887fef026c
@ -20,7 +20,6 @@ function getSettings() {
|
|||||||
async function saveSettings(settings) {
|
async function saveSettings(settings) {
|
||||||
await writeFile(configFilePath, JSON.stringify(settings));
|
await writeFile(configFilePath, JSON.stringify(settings));
|
||||||
}
|
}
|
||||||
console.log(getSettings());
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
getSettings,
|
getSettings,
|
||||||
|
Loading…
Reference in New Issue
Block a user