remove debug statements
This commit is contained in:
parent
4f32f49fb1
commit
34fee8afaa
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue