Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
Whoops
  • Loading branch information
Matyrobbrt committed Dec 15, 2024
1 parent 8e2f4d2 commit dc7671c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/net/neoforged/automation/Main.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package net.neoforged.automation;

import com.github.api.GetPullRequestQuery;
import com.mojang.brigadier.CommandDispatcher;
import io.javalin.Javalin;
import net.neoforged.automation.command.Commands;
Expand Down Expand Up @@ -52,13 +51,6 @@ public static void main(String[] args) throws IOException, NoSuchAlgorithmExcept
.start(startupConfig.getInt("port", 8080));

LOGGER.warn("Started up! Logged as {} on GitHub", GitHubAccessor.getApp(gitHub).getSlug());

System.out.println(GitHubAccessor.graphQl(gitHub, GetPullRequestQuery
.builder()
.owner("neoforged")
.name("neoforge")
.number(1771)
.build()));
}

public static WebhookHandler setupWebhookHandlers(StartupConfiguration startupConfig, WebhookHandler handler, Configuration.RepoLocation location) throws IOException, NoSuchAlgorithmException, InvalidKeySpecException {
Expand Down

0 comments on commit dc7671c

Please sign in to comment.