Skip to content

Commit 5d856dd

Browse files
committed
fix: point to exhort backend PROD again
after it implemented api-v4 payload structure Signed-off-by: Zvi Grinberg <[email protected]>
1 parent 419c432 commit 5d856dd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/org/jboss/tools/intellij/exhort/ApiService.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ public String toString() {
4646

4747
private final Api exhortApi;
4848

49-
static {
50-
System.setProperty("EXHORT_DEV_MODE","true");
51-
}
52-
5349
public ApiService() {
5450
this(new ExhortApi());
5551
}

0 commit comments

Comments
 (0)