Get rid of extraneous logging on filesystemadaptor

print-window-tiddler
Jermolene 2013-12-11 13:13:48 +00:00
rodzic a9c209c62e
commit 67072371a0
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -182,7 +182,6 @@ Load a tiddler and invoke the callback with (err,tiddlerFields)
We don't need to implement loading for the file system adaptor, because all the tiddler files will have been loaded during the boot process.
*/
FileSystemAdaptor.prototype.loadTiddler = function(title,callback) {
console.log("FileSystem: Loading",title);
callback(null,null);
};