- venkman only -
remove debug spoo git-svn-id: svn://10.0.0.236/trunk@102358 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -77,13 +77,13 @@ function StreamListener(url, observer)
|
||||
StreamListener.prototype.onStartRequest =
|
||||
function (request, data)
|
||||
{
|
||||
dd ("onStartRequest()");
|
||||
//dd ("onStartRequest()");
|
||||
}
|
||||
|
||||
StreamListener.prototype.onStopRequest =
|
||||
function (request, data, status)
|
||||
{
|
||||
dd ("onStopRequest(): status: " + status + "\n" /* + this.data*/);
|
||||
//dd ("onStopRequest(): status: " + status + "\n" /* + this.data*/);
|
||||
if (typeof this.observer.onComplete == "function")
|
||||
this.observer.onComplete (this.data, this.url, status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user