From 724ca6dc243fdca43e641cfef3dd5f43ead9a3bb Mon Sep 17 00:00:00 2001 From: Brian Cao Date: Mon, 22 Aug 2022 22:45:35 -0700 Subject: [PATCH] remove logging --- scripts/copy-db-files.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/copy-db-files.js b/scripts/copy-db-files.js index 84ae5473..a7897fca 100644 --- a/scripts/copy-db-files.js +++ b/scripts/copy-db-files.js @@ -18,7 +18,6 @@ function getDatabaseType() { const databaseType = getDatabaseType(); if (!databaseType || !['mysql', 'postgresql'].includes(databaseType)) { - console.log(databaseType); throw new Error('Missing or invalid database'); }