Skip to content

Commit 17429f1

Browse files
committed
remove debug slip
1 parent b1de906 commit 17429f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/as.data.table.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ as.data.table.list = function(x,
194194
}
195195
}
196196
if (any(vnames==".SD")) stopf("A column may not be called .SD. That has special meaning.")
197-
browser()
198197
if (check.names) vnames = make.names(vnames, unique=TRUE)
199198
setattr(ans, "names", vnames)
200199
setDT(ans, key=key) # copy ensured above; also, setDT handles naming

0 commit comments

Comments
 (0)