diff options
Diffstat (limited to 'mod/filestorage.php')
-rw-r--r-- | mod/filestorage.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/filestorage.php b/mod/filestorage.php index 7db5a0961..6a7eac706 100644 --- a/mod/filestorage.php +++ b/mod/filestorage.php @@ -29,7 +29,6 @@ function filestorage_post(&$a) { //Build directory tree and redirect $channel = $a->get_channel(); $cloudPath = get_parent_cloudpath($channel_id, $channel['channel_address'], $resource) ; - echo $cloudPath;die; goaway($cloudPath); } |