Skip to content

Commit

Permalink
Удаление лишнего файла и закомментированного кода
Browse files Browse the repository at this point in the history
  • Loading branch information
egorarud committed Mar 11, 2024
1 parent 591d166 commit ada7346
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
17 changes: 0 additions & 17 deletions src/generate-points.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/presenter/trip-events-presenter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import SortView from '../view/sort-view.js';
import ListView from '../view/list-view.js';
//import NewPointView from '../view/new-point-view.js';
import EditablePointView from '../view/editable-point-view.js';
import PointView from '../view/point-view.js';

Expand All @@ -27,7 +26,6 @@ export default class TripEventsPresenter {
render(new EditablePointView(this.points[0],
this.destinationsModel.getDestinationById(this.points[0].destination),
of), this.listComponent.getElement());
//render(new NewPointView(), this.listComponent.getElement());

for (let i = 0; i < this.points.length; i++) {
const point = this.points[i];
Expand Down

0 comments on commit ada7346

Please sign in to comment.