Skip to content

Commit 474ca11

Browse files
authored
Remove MARIMO_FOLDER and logging variables
Removed MARIMO_FOLDER variable and commented out logging variables.
1 parent 235b9d3 commit 474ca11

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Taskfile.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ silent: true
1616
# Variables
1717
vars:
1818
TESTS_FOLDER: tests
19-
MARIMO_FOLDER: book/marimo
2019
BOOK_TITLE: '{{env "REPO_NAME"}}' # defined below env section
2120
BOOK_SUBTITLE: 'Documentation and Reports'
2221
OPTIONS: ''
@@ -36,11 +35,6 @@ env:
3635
REPO_NAME:
3736
sh: basename $(pwd)
3837

39-
#LOG_INFO: 'printf "${BLUE}[INFO] %s${RESET}\n"'
40-
#LOG_SUCCESS: 'printf "${GREEN}[SUCCESS] %s${RESET}\n"'
41-
#LOG_ERROR: 'printf "${RED}[ERROR] %s${RESET}\n"'
42-
43-
4438
# Include task groups
4539
includes:
4640
build:

0 commit comments

Comments
 (0)