mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-01 23:05:23 +00:00
Don't print stacktrace before throwing new exception
This commit is contained in:
@@ -112,7 +112,6 @@ public class BandcampStreamExtractor extends StreamExtractor {
|
|||||||
calendar.setTime(date);
|
calendar.setTime(date);
|
||||||
return new DateWrapper(calendar, false);
|
return new DateWrapper(calendar, false);
|
||||||
} catch (ParseException e) {
|
} catch (ParseException e) {
|
||||||
e.printStackTrace();
|
|
||||||
throw new ParsingException("Could not extract date", e);
|
throw new ParsingException("Could not extract date", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user