зеркало из https://github.com/mozilla/gecko-dev.git
No bug - Remove spurious debugger comment;r=me
This commit is contained in:
Родитель
248b859845
Коммит
eda30a3b1e
|
@ -444,7 +444,6 @@ let SourceActor = ActorClass({
|
||||||
* Handler for the "prettyPrint" packet.
|
* Handler for the "prettyPrint" packet.
|
||||||
*/
|
*/
|
||||||
prettyPrint: method(function (indent) {
|
prettyPrint: method(function (indent) {
|
||||||
dump("EN IS HET EEN KEER NIET KUT " + JSON.stringify(indent) + "\n");
|
|
||||||
this.threadActor.sources.prettyPrint(this.url, indent);
|
this.threadActor.sources.prettyPrint(this.url, indent);
|
||||||
return this._getSourceText()
|
return this._getSourceText()
|
||||||
.then(this._sendToPrettyPrintWorker(indent))
|
.then(this._sendToPrettyPrintWorker(indent))
|
||||||
|
|
Загрузка…
Ссылка в новой задаче