mirror of
https://github.com/PlaceholderAPI/Javascript-Expansion.git
synced 2025-05-23 18:42:44 +00:00
Remove console message
This commit is contained in:
parent
3f9562b15d
commit
3b90fb07ca
@ -39,11 +39,9 @@ public class GithubScriptManager {
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
String json = getContents(MASTER_LIST_URL);
|
String json = getContents(MASTER_LIST_URL);
|
||||||
|
|
||||||
if (json.isEmpty()) {
|
if (json.isEmpty()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
System.out.println(json);
|
|
||||||
availableScripts = GSON.fromJson(json, new TypeToken<ArrayList<GithubScript>>() {
|
availableScripts = GSON.fromJson(json, new TypeToken<ArrayList<GithubScript>>() {
|
||||||
}.getType());
|
}.getType());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user