Browse Source

Remove a debug line

pull/1443/head
Timothée Jaussoin 7 months ago
parent
commit
29971af9bc
  1. 3
      app/Post.php

3
app/Post.php

@ -728,9 +728,8 @@ class Post extends Model
$atte->category = 'picture';
$atte->post_id = $this->id;
$atte->save();
} catch (\Throwable $th) {
\logDebug($th->getMessage());
//
}
$wrapper = Wrapper::getInstance();

Loading…
Cancel
Save