Skip to content

Commit

Permalink
Merge pull request #33 from EHDEN/dev
Browse files Browse the repository at this point in the history
Removed reference to server
  • Loading branch information
PRijnbeek authored Mar 29, 2021
2 parents 20d6a3a + d78e2b6 commit 066b8e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: CatalogueExport
Type: Package
Title: Exports Descriptive Statistics Summary for the EHDEN Database Catalogue
Version: 1.0.1
Date: 2021-03-07
Version: 1.0.2
Date: 2021-03-29
Authors@R: c(
person("Peter", "Rijnbeek", email = "p.rijnbeek@erasmusmc.nl", role = c("aut", "cre")),
person("Patrick", "Ryan", email = "ryan@ohdsi.org", role = c("aut")),
Expand Down
2 changes: 0 additions & 2 deletions R/CatalogueExport.R
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ catalogueExport <- function (connectionDetails,
threshold = "INFO",
appenders = appenders)
ParallelLogger::registerLogger(logger)
ParallelLogger::logInfo(paste0("Running on server: ", connectionDetails$server," on schema ",cdmDatabaseSchema))
ParallelLogger::logInfo(paste0("Results are stored in schema: ", resultsDatabaseSchema))

# Try to get CDM Version if not provided ----------------------------------------------------------------------------------------

Expand Down

0 comments on commit 066b8e7

Please sign in to comment.