Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
arash sadeghi committed Jul 10, 2023
1 parent e14dabf commit 125029c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/scenes/OrbitalConstructionBridge/scene/pythonBridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ var CONST = [{}]


export function fetchAngularCommand(id) { //! doesn't execute anything. only has access to memory calculated by python.
// console.log("fetch request form",id)
// while(receivedFlag[id] === 0){
// console.log("id",id,"waiting")
// }

if(receivedFlag[id] === 0){
console.log("id",id,"waiting")
return 0;
Expand Down

0 comments on commit 125029c

Please sign in to comment.