Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Nov 8, 2023
1 parent abb779f commit d180dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/mjolnirSetupUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function configureMjolnir(config: IConfig) {
// Initialize error monitoring as early as possible.
initializeSentry(config);
initializeGlobalPerformanceMetrics(config);

console.log("contacting synapse to register panta user")
try {
await registerUser(config.homeserverUrl, config.pantalaimon.username, config.pantalaimon.username, config.pantalaimon.password, true)
} catch (e) {
Expand Down

0 comments on commit d180dc8

Please sign in to comment.