Skip to content

Commit 816c7ad

Browse files
authored
fix(webapp): remove unnecessary log (#2401)
1 parent 4d975b1 commit 816c7ad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/webapp/app/v3/environmentVariables/environmentVariablesRepository.server.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -850,10 +850,6 @@ export async function resolveVariablesForEnvironment(
850850
...builtInVariables,
851851
]);
852852

853-
logger.debug("Resolved variables", {
854-
result,
855-
});
856-
857853
return result;
858854
}
859855

0 commit comments

Comments
 (0)