mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Remove debug logging
This commit is contained in:
parent
dc95aa83a9
commit
4e2c73dba9
@ -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 New Issue
Block a user