summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/bot.go b/bot.go
index 6b46c52..86b602c 100644
--- a/bot.go
+++ b/bot.go
@@ -1411,8 +1411,6 @@ func init() {
}
// load cards
basicCard.Role = cfg.AssistantRole
- // toolCard.Role = cfg.AssistantRole
- //
logLevel.Set(slog.LevelInfo)
logger = slog.New(slog.NewTextHandler(logfile, &slog.HandlerOptions{Level: logLevel}))
store = storage.NewProviderSQL(cfg.DBPATH, logger)