Skip to content

Commit 233ef5c

Browse files
committed
Remove dbg!
1 parent 7051631 commit 233ef5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/eigh.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ where
6363
type EigVal = Array1<A::Real>;
6464

6565
fn eigh_inplace(&mut self, uplo: UPLO) -> Result<(Self::EigVal, &mut Self)> {
66-
dbg!(&self);
6766
let layout = self.square_layout()?;
6867
// XXX Force layout to be Fortran (see #146)
6968
match layout {

0 commit comments

Comments
 (0)