remove debug statements

This commit is contained in:
Robin Appelman 2012-11-05 13:52:02 +01:00
parent 4f32f49fb1
commit 34fee8afaa
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ var FileActions = {
event.preventDefault();
FileActions.currentFile = parent;
file = FileActions.getCurrentFile();
console.log(file);
console.log(file);
action(file);
};
for (name in actions) {