Skip to content

Commit

Permalink
stop consoling each log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrews committed Apr 17, 2023
1 parent 5ea3ab5 commit 0f5eea5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const App = () => {
});
};
rws.onmessage = (message) => {
console.log(message.data);
const logObject = JSON.parse(message.data); // get the JSON object from the websocket message data payload
// example object: {logfile: "./logfile2.log", text: "log message body"}
const logFileName = logObject.logfile;
Expand Down

0 comments on commit 0f5eea5

Please sign in to comment.