[Pkg-owncloud-commits] [owncloud] 133/394: remove debug output

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:11:45 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.

commit 88516dd8ae2a501e9e6f51399c83e4ca8e2918b4
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Fri Nov 23 12:18:38 2012 +0100

    remove debug output
---
 core/js/eventsource.js |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/core/js/eventsource.js b/core/js/eventsource.js
index 2250a9c..edbd346 100644
--- a/core/js/eventsource.js
+++ b/core/js/eventsource.js
@@ -46,8 +46,6 @@ OC.EventSource=function(src,data){
 		if(src.indexOf('?') == -1) {
 			joinChar = '?';
 		}
-		alert(src.indexOf('?'));
-		alert(joinChar);
 		this.source=new EventSource(src+joinChar+dataStr);
 		this.source.onmessage=function(e){
 			for(var i=0;i<this.typelessListeners.length;i++){
@@ -65,7 +63,6 @@ OC.EventSource=function(src,data){
 		if(src.indexOf('?') == -1) {
 			joinChar = '?';
 		}
-		alert(src.indexOf('?'));
 		this.iframe.attr('src',src+joinChar+'fallback=true&fallback_id='+OC.EventSource.iframeCount+'&'+dataStr);
 		$('body').append(this.iframe);
 		this.useFallBack=true;

-- 
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