From d1fb70ab93dcbacdd1603a03e025aa137d24bf91 Mon Sep 17 00:00:00 2001
From: arshiam2 <arshiam2@illinois.edu>
Date: Sat, 1 Dec 2018 22:06:55 -0600
Subject: [PATCH] update

---
 sfds/index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sfds/index.js b/sfds/index.js
index 3604b3d..c410630 100644
--- a/sfds/index.js
+++ b/sfds/index.js
@@ -404,6 +404,7 @@ app.post("/bolt", function(req, res) {
 });
 
 app.post("/spout", function(req, res) {
+  console.log("spout got: " + req.body.state)
   queue.push(req.body)
   res.send("got it");
 });
-- 
GitLab