remove debug

This commit is contained in:
Tom Needham 2012-03-31 22:50:57 +00:00
parent aba3182a7d
commit 3e84d85482
1 changed files with 0 additions and 2 deletions

View File

@ -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();