Remove TODO.

This commit is contained in:
takezoe
2013-07-04 04:12:31 +09:00
parent d771cb5102
commit 90b6018337

View File

@@ -20,8 +20,6 @@ trait RepositoryService { self: AccountService =>
* @param description the repository description
*/
def createRepository(repositoryName: String, userName: String, description: Option[String]): Unit = {
// TODO create a git repository also here?
Repositories insert
Repository(
userName = userName,