oops, forgot this

This commit is contained in:
Braydon 2023-12-02 03:53:11 -05:00
parent c6f968851a
commit e1a829664a

@ -18,8 +18,6 @@ public final class Main {
System.err.println("Invalid license: " + response.getError());
return;
}
System.out.println("response = " + response);
// License is valid
System.out.println("License is valid!");
if (response.getOwnerName() != null) {