remove debug statements

remotes/origin/stable5
Robin Appelman 14 years ago
parent 4f32f49fb1
commit 34fee8afaa
  1. 2
      apps/files/js/fileactions.js

@ -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…
Cancel
Save