We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef19105 commit 3821f37Copy full SHA for 3821f37
src/main/kotlin/infrastructure/digitaltwins/DigitalTwinManager.kt
@@ -63,7 +63,6 @@ class DigitalTwinManager : RoomDigitalTwinManager {
63
return try {
64
deleteIncomingRelationships()
65
deleteOutgoingRelationships()
66
- println(roomId.value)
67
dtClient.deleteDigitalTwin(roomId.value)
68
true
69
} catch (e: ErrorResponseException) {
0 commit comments