Fix tests by removing uneeded error traces
[fanfix.git] / src / be / nikiroo / fanfix / supported / InfoText.java
index 5488ab0648f1e42c6ba476c921b9be9be6bf41d6..786e771a40c2f8c6cee016c7f0aeb14c2bd365f8 100644 (file)
@@ -54,7 +54,6 @@ class InfoText extends Text {
                        }
 
                        return meta;
-
                } catch (URISyntaxException e) {
                        throw new IOException("Cannot parse URL to file: " + source, e);
                }