From e3313de15530996571b76c49b130d5e5e99f27b7 Mon Sep 17 00:00:00 2001 From: Chris Karle Date: Tue, 14 Apr 2020 01:18:33 -0400 Subject: [PATCH] app.js revert tableDebug to false Prior commit accidentally left debug mode on. --- assets/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/app.js b/assets/app.js index 21fae70..e24777e 100644 --- a/assets/app.js +++ b/assets/app.js @@ -10,7 +10,7 @@ const client = new W3CWebSocket('ws://localhost:3000/play'); let fc1, fc2, fc3 = null; -const tableDebug = true; +const tableDebug = false; class App extends React.Component { -- libgit2 1.1.1