remove debugging println (#3227)

This commit is contained in:
Joel Beckmeyer 2023-06-20 14:20:20 -04:00 committed by GitHub
parent 5ff221a2e4
commit 8179b0daf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,6 @@ pub async fn main() -> Result<(), LemmyError> {
.port()
.unwrap_or(8080);
let pictrs_address = ["127.0.0.1", &pictrs_port.to_string()].join(":");
println!("pictrs_address = {}", pictrs_address);
pict_rs::ConfigSource::memory(serde_json::json!({
"server": {
"address": pictrs_address