From 24753907eb5d550f24c02be1847b3e8a2e418914 Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Tue, 29 Apr 2014 20:18:30 -0400 Subject: [PATCH] remove var_dump --- inc/mod/pages.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/mod/pages.php b/inc/mod/pages.php index 7f5df393..713a9358 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -1199,7 +1199,6 @@ function mod_move($originBoard, $postID) { $post['files'] = json_decode($post['files'], TRUE); $post['has_file'] = true; foreach ($post['files'] as $i => &$file) { - var_dump($file); $file['file_path'] = sprintf($config['board_path'], $board['uri']) . $config['dir']['img'] . $file['file']; $file['thumb_path'] = sprintf($config['board_path'], $board['uri']) . $config['dir']['thumb'] . $file['thumb']; }