From 1f26d8cc2f064c4724045ccdc0a395e2e6d98674 Mon Sep 17 00:00:00 2001 From: Ayanami Date: Sun, 6 Feb 2022 07:24:43 +0900 Subject: [PATCH] Remove comment saying that it is a demo client --- cli.js | 1 - 1 file changed, 1 deletion(-) diff --git a/cli.js b/cli.js index 90d9820..6249c8d 100755 --- a/cli.js +++ b/cli.js @@ -1,5 +1,4 @@ #!/usr/bin/env node -// Temporary demo client // Works both in browser and node.js require('dotenv').config()