mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-11 15:26:05 +00:00
Removed extraneous console.log
This commit is contained in:
@@ -17,7 +17,6 @@ var TiddlyFoxSaver = function(wiki) {
|
|||||||
|
|
||||||
TiddlyFoxSaver.prototype.save = function(text) {
|
TiddlyFoxSaver.prototype.save = function(text) {
|
||||||
var messageBox = document.getElementById("tiddlyfox-message-box");
|
var messageBox = document.getElementById("tiddlyfox-message-box");
|
||||||
console.log("messageBox",messageBox);
|
|
||||||
if(messageBox) {
|
if(messageBox) {
|
||||||
// Create the message element and put it in the message box
|
// Create the message element and put it in the message box
|
||||||
var message = document.createElement("div");
|
var message = document.createElement("div");
|
||||||
|
Reference in New Issue
Block a user