From f2d7d546ff6d0ffce5d6dcc47470d761f131209f Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Thu, 28 Feb 2019 16:43:44 -0500 Subject: [PATCH] Revert "capture some decisions from tech hours #4821 " This reverts commit 1b527aa09cece303097f7c87accf108e9ddef754. --- .../iq/dataverse/makedatacount/MakeDataCountUtil.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/main/java/edu/harvard/iq/dataverse/makedatacount/MakeDataCountUtil.java b/src/main/java/edu/harvard/iq/dataverse/makedatacount/MakeDataCountUtil.java index d228e087ea3..0447fef012e 100644 --- a/src/main/java/edu/harvard/iq/dataverse/makedatacount/MakeDataCountUtil.java +++ b/src/main/java/edu/harvard/iq/dataverse/makedatacount/MakeDataCountUtil.java @@ -37,15 +37,6 @@ * * Parts of DataOne are written in Java so perhaps there is some code that can * be reused? - * - * On 2019-02-26 we made some decisions at tech hours that we wanted to document - * in a code comment: - * - * 1. If a country cannot be determined, don't persist the metric. - * - * 2. We know that an external tool might come along in the future that could - * come from localhost or a private IP address and we knowingly are not counting - * these views and downloads because a country cannot be determined. */ public class MakeDataCountUtil {