diff options
Diffstat (limited to 'R/load_cf.R')
| -rw-r--r-- | R/load_cf.R | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/R/load_cf.R b/R/load_cf.R index 1d932074..e669b4a8 100644 --- a/R/load_cf.R +++ b/R/load_cf.R @@ -328,7 +328,6 @@ for(cusip in names(cusipdata)){ identifier <- dbGetQuery(dawndb, "SELECT identifier from securities WHERE cusip=$1",
params=list(cusip))
identifier <- if(nrow(identifier)>0) identifier$identifier else NULL
- cat(identifier, "\n")
if(!is.null(identifier)){
if(nrow(sqldata) && (tradedate %in% as.Date(sqldata$updatedate))){
params <- c(values, identifier, as.character(tradedate))
|
