Remove raw list of open tabs

This commit is contained in:
Simon Doppler 2018-02-11 22:15:14 +01:00
parent 02396cb455
commit ddc41d2fa4
No known key found for this signature in database
GPG Key ID: 9A08963DB82F5A19

View File

@ -43,14 +43,4 @@ th {
</tbody>
</table>
{% endfor %}
<h2>Raw list</h2>
<code>
{% for win_id, tabs in tab_list_by_window.items() %}
{% for name, url in tabs %}
{{url}}</br>
{% endfor %}
{% endfor %}
</code>
{% endblock %}