Skip to content

Commit

Permalink
remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
polynomialherder committed Mar 20, 2020
1 parent 331c0a4 commit f7e5300
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modelc.r
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ build_interaction_term <- function(model, interaction_term, first=FALSE) {

i = i + 1

print(sql)
}
return (sql)
}
Expand Down Expand Up @@ -171,7 +170,6 @@ construct_select <- function(model) {
next;
}
else if (is_interaction(parameter)) {
print(paste("Found an interaction", parameter))
build_term <- build_interaction_term
}
else {
Expand Down

0 comments on commit f7e5300

Please sign in to comment.