[dbapi] Stop shadowing exceptions in get_repository() (closes #2710515)
Exceptions are already handled higher up in the stack so there's no
reason to handle them here. Furthermore, non-ConnectionError exceptions
would get hidden, making debugging harder.
// This contains template-specific javascriptfunctionfilterLog(domid,thresholdLevel){varlogLevels=["Debug","Info","Warning","Error","Fatal"]varaction="hide";for(varidx=0;idx<logLevels.length;idx++){varlevel=logLevels[idx];if(level===thresholdLevel){action="show";}$('#'+domid+' .log'+level)[action]();}}