Skip to content
Snippets Groups Projects
Commit a2bc0891 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

debug info removed

parent 19199301
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -389,9 +389,7 @@ AliasInfoWindow.prototype.getAlias = function() {
AliasInfoWindow.prototype.destroy = function() {
if (this.pileup !== undefined) {
logger.debug("Destroy pileup");
logger.debug(this.pileup.destroy());
logger.debug("Pileup destroyed");
this.pileup.destroy();
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment