Skip to content

Commit 4f91844

Browse files
committed
remove log_path elements
1 parent 551ddbd commit 4f91844

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: wbdataset
22
Title: Making Datasets Truly Interoperable and Reusable in R with Wikibase
3-
Version: 0.1.1035
3+
Version: 0.1.1036
44
Date: 2024-04-03
55
Authors@R:
66
c(person(given="Daniel", family="Antal",

R/create_property.R

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ create_property <- function(label,
112112
wikibase_api_url <- wikibase_session$wikibase_api_url
113113
}
114114

115-
if(!is.null(wikibase_session$log_path)) {
116-
log_path <- wikibase_session$log_path
117-
}
118-
119115
if (!is.null(wikibase_session$log_file_name)) {
120116
log_file_name <- wikibase_session$log_file_name
121117
}
@@ -138,7 +134,7 @@ create_property <- function(label,
138134
action_timestamp <- action_timestamp_create()
139135

140136
if (is.null(log_file_name)) {
141-
log_file_name <- here(log_path, paste0("wbdataset_create_property_", action_timestamp, ".csv"))
137+
log_file_name <- ""
142138
}
143139

144140
if ( !is.na(equivalence_id) ) {

0 commit comments

Comments
 (0)