Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 4178a98

Browse files
Paul Balajijamiebrynes7
authored andcommitted
Remove test exception from playground (#1011)
* remove test exception from playground * Update CHANGELOG.md
1 parent 36cf14b commit 4178a98

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Internal
6+
7+
- Stopped throwing a `Test Exception` in playground.
8+
39
## `0.2.4` - 2019-06-28
410

511
### Breaking Changes

workers/unity/Assets/Playground/Scripts/MonoBehaviours/CubeSpawnerInputBehaviour.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ private void OnSpawnCubeResponse(CubeSpawner.SpawnCube.ReceivedResponse response
2525
if (response.StatusCode != StatusCode.Success)
2626
{
2727
logDispatcher.HandleLog(LogType.Error, new LogEvent($"Spawn error: {response.Message}"));
28-
throw new Exception("Test Exception");
2928
}
3029
}
3130

0 commit comments

Comments
 (0)