euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit e3313de15530996571b76c49b130d5e5e99f27b7 (patch)
parent 9784950f377f5a1349471e5f378ea573a350fba5
Author: Chris Karle <chriskarle@hotmail.com>
Date:   Tue, 14 Apr 2020 01:18:33 -0400

app.js revert tableDebug to false

Prior commit accidentally left debug mode on.

Diffstat:
Massets/app.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 {