mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00:00
remove debugging println (#3227)
This commit is contained in:
parent
5ff221a2e4
commit
8179b0daf2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue