Skip to content

Commit

Permalink
Remove Chrome history as it is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
armenzg committed Jul 19, 2018
1 parent d06327e commit 5986b05
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 873 deletions.
5 changes: 0 additions & 5 deletions src/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Router from 'koa-router';
import { getUpdates } from './release/updates';
import getVersions from './release/versions';
import { getHistory, getReleaseDate } from './release/history';
import getChromeHistory from './release/chrome';
import getCalendar from './release/calendar';

export const router = new Router();
Expand Down Expand Up @@ -41,8 +40,4 @@ router
.get('/calendar', async (ctx) => {
const query = ctx.request.query;
ctx.body = await getCalendar(query);
})

.get('/chrome', async (ctx) => {
ctx.body = await getChromeHistory();
});
39 changes: 0 additions & 39 deletions src/release/chrome.js

This file was deleted.

Loading

0 comments on commit 5986b05

Please sign in to comment.