From c8b90ca220716a8f1325a53d1dba78271fe511ec Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Mon, 13 Mar 2023 23:38:36 -0400 Subject: [PATCH] Bugfix for potential #2 fix --- utilities/mysqlHandler.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/utilities/mysqlHandler.js b/utilities/mysqlHandler.js index fb092a5..d8939d3 100644 --- a/utilities/mysqlHandler.js +++ b/utilities/mysqlHandler.js @@ -11,8 +11,6 @@ const connection = mysql.createPool({ const nodesTable = `${databaseConfig.database_database}.nodes`; -connection.connect() - /** Get all nodes the server knows about regardless of status * @param {*} callback Callback function */