Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Delete dead code from the server.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Jan 12, 2015
1 parent 3d64ac0 commit 523edfc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
44 changes: 0 additions & 44 deletions server/src/main/java/lighthouse/server/Database.java

This file was deleted.

1 change: 0 additions & 1 deletion server/src/main/java/lighthouse/server/ProjectHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ private void download(HttpExchange httpExchange, Project project, DownloadFormat
LHProtos.ProjectStatus.Builder status = LHProtos.ProjectStatus.newBuilder();
status.setId(project.getID());
status.setTimestamp(Instant.now().getEpochSecond());
status.setValuePledgedSoFar(Database.getInstance().getPledgedValue(project));

Map<String, String> params;
String queryParams = httpExchange.getRequestURI().getRawQuery();
Expand Down

0 comments on commit 523edfc

Please sign in to comment.