Skip to content

Commit 99aab1f

Browse files
author
uiv02430vitescocom_SGGITC
committed
fix: remove console log for test environment in team entity
1 parent 5612e55 commit 99aab1f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/src/entities/team.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ function Longtext() {
55
// to keep backend tests and prepare tilt for the upcoming Hackaburg as quickly
66
// as possible.
77
if (process.env.NODE_ENV === "test") {
8-
console.log("Using text instead of longtext for sqlite");
98
return Column("text");
109
}
1110
return Column("longtext");

0 commit comments

Comments
 (0)