Remove redundant string in markdown export.

This commit is contained in:
Arun Prakash Jana 2017-09-17 10:16:32 +05:30
parent 2a5cd4c8df
commit bd53cba38d
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -1981,7 +1981,6 @@ class BukuDb:
return False
if filepath.endswith('.md'):
outfp.write('List of buku bookmarks:\n\n')
for row in resultset:
if row[2] == '':
out = '- [Untitled](' + row[1] + ')\n'