Skip to content
Snippets Groups Projects
Commit 3e84d854 authored by Tom Needham's avatar Tom Needham
Browse files

remove debug

parent aba3182a
No related branches found
No related tags found
Loading
......@@ -26,8 +26,6 @@ require_once('../../../lib/base.php');
// Check if we are a user
OC_JSON::checkLoggedIn();
OC_Util::checkAppEnabled('user_migrate');
OC_JSON::error();
die();
// Which operation
if( $_GET['operation']=='create' ){
$uid = !empty( $_POST['uid'] ) ? $_POST['uid'] : OC_User::getUser();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment