No bug - Remove spurious debugger comment;r=me

This commit is contained in:
Eddy Bruel 2016-03-15 19:50:43 +01:00
Родитель 248b859845
Коммит eda30a3b1e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -444,7 +444,6 @@ let SourceActor = ActorClass({
* Handler for the "prettyPrint" packet.
*/
prettyPrint: method(function (indent) {
dump("EN IS HET EEN KEER NIET KUT " + JSON.stringify(indent) + "\n");
this.threadActor.sources.prettyPrint(this.url, indent);
return this._getSourceText()
.then(this._sendToPrettyPrintWorker(indent))