mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Remove debug logging
This commit is contained in:
parent
dc95aa83a9
commit
4e2c73dba9
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ pub enum IdConvertType {
|
|||
|
||||
#[napi]
|
||||
pub fn convert_id(in_id: String, id_convert_type: IdConvertType) -> napi::Result<String> {
|
||||
println!("converting id: {}", in_id);
|
||||
use IdConvertType::*;
|
||||
match id_convert_type {
|
||||
MastodonId => {
|
||||
|
|
Loading…
Reference in a new issue