Debug PlotMe conversion (temporary)

This commit is contained in:
Jesse Boyd
2016-03-29 19:13:41 +11:00
parent 8244086840
commit d9c6d04b46
3 changed files with 2 additions and 4 deletions

View File

@ -45,6 +45,7 @@ public class ClassicPlotMeConnector extends APlotMeConnector {
}
} catch (SQLException | ClassNotFoundException ignored) {
//ignored
ignored.printStackTrace();
}
return null;
}

View File

@ -44,6 +44,7 @@ public class PlotMeConnector_017 extends APlotMeConnector {
}
} catch (SQLException | ClassNotFoundException ignored) {
//ignored
ignored.printStackTrace();
}
return null;
}