Remove temporary debugging buttons in prefs

This commit is contained in:
Dan Stillman 2017-02-03 00:06:14 -05:00
parent 1a49018bdc
commit 3a2fb2938d

View File

@ -31,12 +31,6 @@
<button id="openAboutMemory"
label="&zotero.preferences.openAboutMemory;"
oncommand="Zotero_Preferences.openInViewer('about:memory')"/>
<button id="db-info"
label="DB Info"
oncommand="Zotero.DB.info().then(json => Zotero.alert(null, '', JSON.stringify(json, null, 4)))"/>
<button id="vacuum"
label="Vacuum DB"
oncommand="Zotero.DB.vacuum().then(() => Zotero.alert(null, '', 'Done'))"/>
</hbox>
</groupbox>
</overlay>