Removed debug message

This commit is contained in:
Omertron
2012-10-23 12:23:04 +00:00
parent 7d71a143b0
commit a25cc744d7
@@ -1125,7 +1125,6 @@ public class TheMovieDb {
}
URL url = apiUrl.buildUrl();
LOGGER.info(url.toString());
String webpage = WebBrowser.request(url);
try {