Remove unnecessary chunk of commented code

This commit is contained in:
Jonathan Hodgson 2020-12-23 12:09:21 +00:00
parent 9b77c22011
commit 3f02dd3ed5

View file

@ -74,10 +74,4 @@ listTags(){
FROM tags LEFT JOIN links ON tags.id = links.tagID
GROUP BY tags.id" |
sqlite3 --column $header "${sqliteFile}"
#echo "SELECT items.id,items.filename,items.title,items.type,
#GROUP_CONCAT(tags.name,',') tags
#FROM items LEFT JOIN links ON items.id = links.itemID
#LEFT JOIN tags ON links.tagID = tags.id
#GROUP BY items.id;" |
# sqlite3 --column --header "${sqliteFile}"
}