Browse Source

remove debug lol

pull/82/head
Aaron Parecki 7 years ago
parent
commit
d06cd0018a
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      controllers/controllers.php

+ 0
- 1
controllers/controllers.php View File

@ -227,7 +227,6 @@ $app->get('/repost', function() use($app) {
$url = $params['edit'];
if(isset($edit_data['repost-of'])) {
$repost = $edit_data['repost-of'][0];
print_r($edit_data);
if(is_string($edit_data['repost-of'][0])) {
$repost_of = $repost;
} elseif(is_array($repost)) {

Loading…
Cancel
Save