Remove accidental `println!`

This commit is contained in:
Jeffrey Seyfried 2016-03-31 06:22:12 +00:00
parent bfacabc6a2
commit 5428e6e273
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ use super::probe::Mode;
fn is_fn_ty<'a, 'tcx>(ty: &Ty<'tcx>, fcx: &FnCtxt<'a, 'tcx>, span: Span) -> bool {
let cx = fcx.tcx();
println!("{:?}", ty);
match ty.sty {
// Not all of these (e.g. unsafe fns) implement FnOnce
// so we look for these beforehand