mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-27 15:50:53 -07:00
Removed extraneous console.log
This commit is contained in:
parent
68f7072c94
commit
a3694d8cb3
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ var TiddlyFoxSaver = function(wiki) {
|
|||
|
||||
TiddlyFoxSaver.prototype.save = function(text) {
|
||||
var messageBox = document.getElementById("tiddlyfox-message-box");
|
||||
console.log("messageBox",messageBox);
|
||||
if(messageBox) {
|
||||
// Create the message element and put it in the message box
|
||||
var message = document.createElement("div");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue