зеркало из https://github.com/mozilla/pjs.git
Removing a printf from a previous checkin.
This commit is contained in:
Родитель
9620b3338c
Коммит
7b7c5c0af5
|
@ -117,8 +117,6 @@ nsWyciwygChannel::Cancel(nsresult aStatus)
|
|||
LOG(("nsWyciwygChannel::Cancel [this=%x status=%x]\n", this, aStatus));
|
||||
NS_ASSERTION(NS_FAILED(aStatus), "shouldn't cancel with a success code");
|
||||
|
||||
if (NS_FAILED(aStatus))
|
||||
printf("status is failure\n");
|
||||
mStatus = aStatus;
|
||||
if (mCacheReadRequest)
|
||||
mCacheReadRequest->Cancel(aStatus);
|
||||
|
|
Загрузка…
Ссылка в новой задаче