Disabled github paste service.

This commit is contained in:
Jeremy Wood 2019-01-31 21:31:39 -05:00
parent 564a7d3684
commit 4c9d108f08
1 changed files with 0 additions and 3 deletions

View File

@ -163,9 +163,6 @@ public class VersionCommand extends MultiverseCommand {
if (args.get(0).equalsIgnoreCase("-b")) {
// private post to pastebin
pasteUrl = postToService(PasteServiceType.PASTEBIN, true, data, files);
} else if (args.get(0).equalsIgnoreCase("-g")) {
// private post to github
pasteUrl = postToService(PasteServiceType.GITHUB, true, data, files);
} else {
return;
}