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()); System.err.println("Invalid license: " + response.getError());
return; return;
} }
System.out.println("response = " + response);
// License is valid // License is valid
System.out.println("License is valid!"); System.out.println("License is valid!");
if (response.getOwnerName() != null) { if (response.getOwnerName() != null) {