1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Remove extraneous test error

Left over from testing RSOE
This commit is contained in:
Jermolene 2018-05-10 15:30:32 +01:00
parent 98bafd0b69
commit 78e734797b

View File

@ -2208,7 +2208,6 @@ $tw.boot.boot = function(callback) {
// Initialise password prompter
if($tw.browser && !$tw.node) {
$tw.passwordPrompt = new $tw.utils.PasswordPrompt();
error
}
// Preload any encrypted tiddlers
$tw.boot.decryptEncryptedTiddlers(function() {