Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove debug println
  • Loading branch information
barzamin committed Feb 21, 2019
1 parent 3e4616d commit 83b82fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util.rs
Expand Up @@ -87,7 +87,6 @@ impl<'r> FromParam<'r> for StatusID {
Err(_) => return Err(param),
},
};
println!("status id: {}", status_id);
Ok(StatusID(status_id))
}
}

0 comments on commit 83b82fe

Please sign in to comment.