Skip to content

Commit 269bdad

Browse files
committed
chore(ClientServices.ConsoleTestApp): Removed test command
1 parent c41f531 commit 269bdad

File tree

1 file changed

+0
-12
lines changed
  • test/Arcor2.ClientSdk.ClientServices.ConsoleTestApp

1 file changed

+0
-12
lines changed

test/Arcor2.ClientSdk.ClientServices.ConsoleTestApp/Program.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -110,18 +110,6 @@ private static async Task RunCommandLoopAsync() {
110110
}
111111

112112
try {
113-
if(command == "!prepre") {
114-
try {
115-
await Session.Scenes.First().CloseAsync(true);
116-
}
117-
catch { }
118-
119-
await Session.CreateSceneAsync("Sc\x2E\x2F0jhj", "ewa");
120-
await Task.Delay(200);
121-
await Session.Scenes.First().SaveAsync();
122-
continue;
123-
}
124-
125113
await ProcessCommandAsync(command);
126114
}
127115
catch(Arcor2Exception ex) {

0 commit comments

Comments
 (0)