Skip to content

Commit 19f56d8

Browse files
committed
Less debug output
1 parent 0e14e1c commit 19f56d8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

R/controlFiles.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
return(invisible(NULL))
2727

2828
for (d in deps) {
29-
if (debug) cat("DEPENDS ", d, "\n")
3029
if (.isBasePackage(d) || d == "R") next
3130
p <- unique(ap[Package==d, deb])
3231
cat(", ", p ,sep="", file=con, append=TRUE)
@@ -44,7 +43,6 @@
4443
imps <- strsplit(imp, ",")[[1]]
4544
for (i in imps) {
4645
i <- trimws(i)
47-
if (debug) cat("IMPORTING ", i, "\n")
4846
if (.isBasePackage(i)) next
4947
p <- unique(ap[Package==i, deb])
5048
cat(", ", p ,sep="", file=con, append=TRUE)
@@ -103,7 +101,6 @@
103101

104102
## todo: check license and all that
105103
D <- if (repo == "CRAN") db[ind,] else ap[aind,]
106-
if (debug) print(D)
107104
lp <- tolower(pkg)
108105

109106
if (! "Title" %in% names(D)) {
@@ -159,7 +156,6 @@
159156
## todo: check license and all that
160157
#D <- db[ind,]
161158
D <- ap[aind,]
162-
if (debug) print(D)
163159

164160
lp <- tolower(pkg)
165161
maint <- .getConfig("maintainer")

0 commit comments

Comments
 (0)