Commit e0871eea authored by Kaitlyn's avatar Kaitlyn
Browse files

Removed commented line

parent b8956d93
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ export default L.Control.AstroSidebarControl = L.Control.extend({
  onAdd: function(map) {
    this._container.appendChild(this._coordContainer);
    this._container.appendChild(this._expandButton);
    // container.appendChild(this._console);
    return this._container;
  },