Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
I am dumb, left a debug line inside of the Util file
  • Loading branch information
RappyTV committed May 31, 2022
1 parent 206f7a1 commit ddf49c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/rappytv/ytsubcount/util/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ private static String getName(String channelId, String apiKey) {
try {
ArrayList<String> lines = getChannel(channelId, apiKey);
String name = lines.get(13).substring(18, lines.get(13).length() - 2);
Util.msg("Y " + name);

return name;
} catch (NullPointerException e) {
Expand Down Expand Up @@ -144,7 +143,6 @@ public static String getChannelname(String channelId, String apiKey) {
try {
String chname = getName(channelId, apiKey);
NameModule.ticks = 0;
Util.msg("Refreshed.");

String res;
if(chname == null) res = "Channel not found!";
Expand Down

0 comments on commit ddf49c7

Please sign in to comment.