Remove console log

This commit is contained in:
dannyrb 2020-06-16 22:49:13 -04:00
parent 5eb06d0916
commit 86c758e2f9

View File

@ -31,7 +31,6 @@ const seriesInStudiesMap = new Map();
function WorkList({ history, data: studies, dataSource }) {
// ~ Modes
const [appConfig] = useAppConfig();
console.warn('~~~~~~~~~~~~', appConfig);
// ~ Filters
const query = useQuery();
const queryFilterValues = _getQueryFilterValues(query);