mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 06:36:14 +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()
|
.port()
|
||||||
.unwrap_or(8080);
|
.unwrap_or(8080);
|
||||||
let pictrs_address = ["127.0.0.1", &pictrs_port.to_string()].join(":");
|
let pictrs_address = ["127.0.0.1", &pictrs_port.to_string()].join(":");
|
||||||
println!("pictrs_address = {}", pictrs_address);
|
|
||||||
pict_rs::ConfigSource::memory(serde_json::json!({
|
pict_rs::ConfigSource::memory(serde_json::json!({
|
||||||
"server": {
|
"server": {
|
||||||
"address": pictrs_address
|
"address": pictrs_address
|
||||||
|
|
Loading…
Reference in a new issue