From bba28590b73e35404cadffb5a0fee0c5ca914447 Mon Sep 17 00:00:00 2001
From: Joas Schilling <nickvergessen@owncloud.com>
Date: Thu, 7 Apr 2016 12:18:44 +0200
Subject: [PATCH] =?UTF-8?q?Remove=20xxx=20from=20ownCloud=20we=20dont=20wa?=
 =?UTF-8?q?nt=20to=20see=20that=20=F0=9F=99=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 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 0c4d41b65f9..71af4a21b9b 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -2490,7 +2490,6 @@
 				}
 			});
 			fileUploadStart.on('fileuploadadd', function(e, data) {
-				console.log('XXXXXXX');
 				OC.Upload.log('filelist handle fileuploadadd', e, data);
 
 				//finish delete if we are uploading a deleted file
-- 
GitLab