Skip to content

Commit 2939929

Browse files
committed
remove debugging println()
1 parent 5c27f94 commit 2939929

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/domains.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ Dealias array `a` on the `grid` with aliased x-wavenumbers `kalias`.
402402
dealias!(fh, grid::AbstractGrid{T, A, Nothing}) where {T, A} = nothing
403403

404404
function dealias!(fh, grid)
405-
print("i'm tryint to do this")
406405
_dealias!(fh, grid)
407406

408407
return nothing

0 commit comments

Comments
 (0)