summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
Diffstat (limited to 'R')
-rw-r--r--R/chent.R1
1 files changed, 0 insertions, 1 deletions
diff --git a/R/chent.R b/R/chent.R
index c118558..7b47f41 100644
--- a/R/chent.R
+++ b/R/chent.R
@@ -196,7 +196,6 @@ chent <- R6Class("chent",
attr(self$inchikey, "source") <- "pubchem"
} else {
if (is.na(self$inchikey)) {
- warning("Overwriting uninitialized InChIKey")
self$inchikey <- self$pubchem$InChIKey
attr(self$inchikey, "source") <- "pubchem"
} else {

Contact - Imprint