From f3478420b40d71d6277528188163b89417b868ab Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 3 Mar 2022 20:57:39 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 ---- ayanova/src/main.js | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d74d1ed6..54d60c7d 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -25,13 +25,9 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019 # SEEDING ISSUES seeder, make a few wo that are not completed in time in each month - seeder make reminders and reviews for all users, just random scattering for now to future month ahead at least one per day to show off schedule and widgets -# WIDGETS -overdue, not scheduled should have status flags dislay - diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 395d6347..9c912a90 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -66,7 +66,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = true; +const DEV_MODE = false; //************************************************************ //************************************************************** //**************************************************************