Skip to content

Commit

Permalink
Revert "Fixed OutOfMemory error if initializing fails (openhab#10924)"
Browse files Browse the repository at this point in the history
This reverts commit cbc1eff.

Signed-off-by: dw-8 <davy.wong.on+github@gmail.com>
  • Loading branch information
dw-8 committed Jul 25, 2021
1 parent 6aa1f0e commit 948d073
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ public GardenaSmartImpl(String id, GardenaConfig config, GardenaSmartEventListen
startWebsockets();
initialized = true;
} catch (Exception ex) {
dispose();
throw new GardenaException(ex.getMessage(), ex);
}
}
Expand Down

0 comments on commit 948d073

Please sign in to comment.