Skip to content

Commit

Permalink
Remove broken access to selection db (not needed here)
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jan 6, 2021
1 parent c5a460a commit 0455ea8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/chronology/update.sh
Expand Up @@ -31,7 +31,6 @@ run_chronology() {
if [[ -f $SELECTION_DB && -s $SELECTION_DB ]]; then
open_selection_db="--selection-db=$SELECTION_DB"
print_message "Reading selection database '$SELECTION_DB'"
run_sql $SELECTION_DB $SRCDIR/show_selection_stats.sql "Selection database contents:"
else
print_message "Selection database '$SELECTION_DB' not found. Not creating some statistics."
print_message " The next taginfo update should automatically correct this."
Expand Down

0 comments on commit 0455ea8

Please sign in to comment.