Remove debug logging
This commit is contained in:
parent
1aad110cb9
commit
a315c101d4
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ pub enum IdConvertType {
|
||||||
|
|
||||||
#[napi]
|
#[napi]
|
||||||
pub fn convert_id(in_id: String, id_convert_type: IdConvertType) -> napi::Result<String> {
|
pub fn convert_id(in_id: String, id_convert_type: IdConvertType) -> napi::Result<String> {
|
||||||
println!("converting id: {}", in_id);
|
|
||||||
use IdConvertType::*;
|
use IdConvertType::*;
|
||||||
match id_convert_type {
|
match id_convert_type {
|
||||||
MastodonId => {
|
MastodonId => {
|
||||||
|
|
Loading…
Reference in a new issue