Disabled github paste service.

(cherry picked from commit 4c9d108f08)
This commit is contained in:
Jeremy Wood 2019-01-31 21:31:39 -05:00
parent 34e1d9b911
commit 8e3d942863

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;
}