mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 08:14:50 +00:00
Removed extraneous console.log
This commit is contained in:
parent
af264108c2
commit
07798ccff3
@ -82,7 +82,6 @@ $tw.plugins.dropbox.loadWikiFiles = function(path,callback) {
|
|||||||
if(error) {
|
if(error) {
|
||||||
return $tw.plugins.dropbox.showError(error);
|
return $tw.plugins.dropbox.showError(error);
|
||||||
}
|
}
|
||||||
console.log(stats);
|
|
||||||
// Create a tiddler for each folder
|
// Create a tiddler for each folder
|
||||||
for(var s=0; s<stats.length; s++) {
|
for(var s=0; s<stats.length; s++) {
|
||||||
var stat = stats[s];
|
var stat = stats[s];
|
||||||
|
Loading…
Reference in New Issue
Block a user