Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Nov 4, 2020
1 parent fd9afb8 commit da2dce2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions R/profile.R
Original file line number Diff line number Diff line change
@@ -1,34 +1,25 @@
.onLoad <- function (libname, pkgname) { # nocov start

message("Setting package .geoflow hidden property object")
assign(".geoflow", new.env(), envir= asNamespace(pkgname))

#default line separator
message("Setting line separator...")
set_line_separator()

#defaut temp directory
message("Setting temp directory...")
set_temp_directory()

#embedded handlers
message("Loading 'contact' handlers...")
register_contact_handlers()
message("Loading 'entity' handlers...")
register_entity_handlers()
message("Loading 'dictionary' handlers...")
register_dictionary_handlers()

#software
message("Loading software...")
register_software()

#registers
message("Loading registers...")
register_registers()

#embedded actions
message("Loading actions...")
#register_actions()
register_actions()

} # nocov end

0 comments on commit da2dce2

Please sign in to comment.