[Pkg-owncloud-commits] [owncloud] 94/273: Remove missed console.log in file list
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:13:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 0ff30a7d5e28d4eeb391e87f33ea28b643814574
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Fri Jun 27 16:10:37 2014 +0200
Remove missed console.log in file list
---
apps/files/js/filelist.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index dd77b53..0477a65 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -517,7 +517,6 @@
* This will refresh the file actions on the list.
*/
_onFileActionsUpdated: function() {
- console.log('onFileActionsUpdated');
var self = this;
this.$fileList.find('tr td.filename').each(function() {
self.fileActions.display($(this), true, self);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list