Skip to content

Commit d454280

Browse files
Drop duplicated output in print() of plan
1 parent 44da41f commit d454280

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: future.batchtools
2-
Version: 0.12.2-9985
2+
Version: 0.12.2-9986
33
Depends:
44
R (>= 3.2.0),
55
parallelly,

R/BatchtoolsFutureBackend-class.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,10 @@ print.BatchtoolsFutureBackend <- function(x, ...) {
156156
template <- attr(cluster.functions, "template")
157157
printf("batchtools cluster functions template: %s\n", file_info(template))
158158

159-
resources <- backend[["resources"]]
160-
printf("batchtools resources:\n")
161-
str(resources)
162-
163159
path <- future_cache_path()
164160
printf("Cache directory: %s\n", dir_info(path))
165161

162+
resources <- backend[["resources"]]
166163
printf("batchtools resources:\n")
167164
str(resources)
168165

0 commit comments

Comments
 (0)