Skip to content

Commit 51d2965

Browse files
committed
cleanup table.h
1 parent 8005771 commit 51d2965

File tree

1 file changed

+0
-2
lines changed
  • inst/include/Rcpp/sugar/functions

1 file changed

+0
-2
lines changed

inst/include/Rcpp/sugar/functions/table.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,9 @@ class Table {
6666

6767
Table( const TABLE_T& table ): hash(), map() {
6868
// populate the initial hash
69-
Rprintf("populating hash\n");
7069
std::for_each( table.begin(), table.end(), Inserter(hash) ) ;
7170

7271
// populate the map, sorted by keys
73-
Rprintf("populating map\n");
7472
map.insert( hash.begin(), hash.end() ) ;
7573
}
7674

0 commit comments

Comments
 (0)