From 26822121be8b818406fd516e1ff3d46ad530bb02 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 15 Nov 2012 12:46:53 +0000 Subject: [PATCH] Update the dump config command --- core/modules/commands/dump.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/commands/dump.js b/core/modules/commands/dump.js index 580fcc26a..8e14a08d2 100644 --- a/core/modules/commands/dump.js +++ b/core/modules/commands/dump.js @@ -99,7 +99,6 @@ Command.prototype.subcommands.config = function() { dumpConfig($tw.config," $tw.config"); dumpObject("Tiddler field modules:",$tw.Tiddler.fieldModules); dumpObject("Loaded modules:",$tw.modules.titles); - dumpObject("Loaded modules:",$tw.modules.moduleTypes); dumpObject("Command modules:",$tw.commands); dumpObject("Parser modules:",$tw.wiki.parsers); dumpObject("Macro modules:",$tw.wiki.macros);