commit 3a2fb2938dd87d8ea31a6c7d9754ad34ac9e2da5
parent 1a49018bdcaa8c1704374ad568946a6ae89df231
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 3 Feb 2017 00:06:14 -0500
Remove temporary debugging buttons in prefs
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/chrome/content/zotero/preferences/preferences_advanced_standalone.xul b/chrome/content/zotero/preferences/preferences_advanced_standalone.xul
@@ -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>