kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Get rid of extraneous logging on filesystemadaptor
rodzic
a9c209c62e
commit
67072371a0
|
@ -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.
|
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) {
|
FileSystemAdaptor.prototype.loadTiddler = function(title,callback) {
|
||||||
console.log("FileSystem: Loading",title);
|
|
||||||
callback(null,null);
|
callback(null,null);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue