diff --git a/portfolio/type/boxnet/lib.php b/portfolio/type/boxnet/lib.php index 1ed05c056d8..d7c8843a9b0 100644 --- a/portfolio/type/boxnet/lib.php +++ b/portfolio/type/boxnet/lib.php @@ -61,9 +61,6 @@ class portfolio_plugin_boxnet extends portfolio_plugin_push_base { } public function get_continue_url() { - // @todo this was a *guess* based on what urls I got clicking around the interface. - // the #0:f: part seems fragile... - // but I couldn't find a documented permalink scheme. return 'http://box.net/files#0:f:' . $this->get_export_config('folder'); }