Skip to content

Commit

Permalink
remove console :/
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseflorig committed Mar 21, 2023
1 parent 1478984 commit 97ac84b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dashboard/src/msnActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ function handleWriteMsnData(send){
const postData = {msn_id: msnId, msn_takeoff: msnTakeoff, msn_return: msnReturn, msn_platform: msnPlatform, msn_target: msnTarget}
const encodedData = btoa(JSON.stringify(postData))

console.log(postData)

send(`updateIntel ${encodedData}`)
}

Expand Down
2 changes: 1 addition & 1 deletion msn-api-server/msn-data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"bcd": {"status": "good"}, "gccs": {"status": "good"}, "iamd": {"status": "good"}, "intel": {"status": "good", "msn_id": "UNK-TV-XXX", "msn_takeoff": "1000", "msn_return": "1100", "msn_platform": "F-35", "msn_target": "Staging Area", "msnId": "\"UNK-TV-XX\"", "msnTakeoff": "\"1000\"", "msnReturn": "\"1100\"", "msnPlatform": "\"F-35\"", "msnTarget": "\"No Way\""}, "freq": {"status": "good"}, "wx": {"status": "good"}}
{"bcd": {"status": "good"}, "gccs": {"status": "good"}, "iamd": {"status": "good"}, "intel": {"status": "good", "msn_id": "UNK-TV-XXXX", "msn_takeoff": "1000", "msn_return": "1100", "msn_platform": "F-35", "msn_target": "Staging Area", "msnId": "\"UNK-TV-XX\"", "msnTakeoff": "\"1000\"", "msnReturn": "\"1100\"", "msnPlatform": "\"F-35\"", "msnTarget": "\"No Way\""}, "freq": {"status": "good"}, "wx": {"status": "good"}}
2 changes: 1 addition & 1 deletion msn-data-server/msn-data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"status": "good", "msn_id": "UNK-TV-XXX", "msn_takeoff": "1000", "msn_return": "1100", "msn_platform": "F-35", "msn_target": "Staging Area", "msnId": "\"UNK-TV-XX\"", "msnTakeoff": "\"1000\"", "msnReturn": "\"1100\"", "msnPlatform": "\"F-35\"", "msnTarget": "\"No Way\""}
{"status": "good", "msn_id": "UNK-TV-XXXX", "msn_takeoff": "1000", "msn_return": "1100", "msn_platform": "F-35", "msn_target": "Staging Area", "msnId": "\"UNK-TV-XX\"", "msnTakeoff": "\"1000\"", "msnReturn": "\"1100\"", "msnPlatform": "\"F-35\"", "msnTarget": "\"No Way\""}

0 comments on commit 97ac84b

Please sign in to comment.