remove cmdId (#381)

* remove cmdId

* remove log
This commit is contained in:
Kurt Hutten
2023-09-05 20:40:50 +10:00
committed by GitHub
parent cccedceea0
commit ad3f0fda6a
4 changed files with 1 additions and 14 deletions

View File

@ -39,7 +39,6 @@ class MockEngineCommandManager {
if (commandStr === undefined) {
throw new Error('commandStr is undefined')
}
console.log('sendModelingCommandFromWasm', id, rangeStr, commandStr)
const command: EngineCommand = JSON.parse(commandStr)
const range: SourceRange = JSON.parse(rangeStr)