Skip to content

Commit a655743

Browse files
committed
fmt
1 parent 0828b3b commit a655743

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/helpers/launcher.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ export class NatsServer implements PortInfo {
265265
rmDataDir() {
266266
if (typeof this.config?.jetstream?.store_dir === "string") {
267267
try {
268-
console.log(`rmDataDir: ${this.config.jetstream.store_dir}`);
269268
Deno.removeSync(this.config.jetstream.store_dir, { recursive: true });
270269
} catch (err) {
271270
if (!(err instanceof Deno.errors.NotFound)) {

0 commit comments

Comments
 (0)