diff options
author | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2014-06-24 12:13:54 +0200 |
---|---|---|
committer | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2014-06-24 12:13:54 +0200 |
commit | 4c78c3bdee5ac6c70f4de7886734e6ef06b37a26 (patch) | |
tree | d47a527d6e537ac94eed911afee6056fa1005d92 /mod/filestorage.php | |
parent | cc4001fce7934b49e6e7888a602b9bb9c33cf37f (diff) | |
download | volse-hubzilla-4c78c3bdee5ac6c70f4de7886734e6ef06b37a26.tar.gz volse-hubzilla-4c78c3bdee5ac6c70f4de7886734e6ef06b37a26.tar.bz2 volse-hubzilla-4c78c3bdee5ac6c70f4de7886734e6ef06b37a26.zip |
Oops I left some debug stuff around
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); } |