diff --git a/vas/rest/ws/vitis/PublicToken.class.inc b/vas/rest/ws/vitis/PublicToken.class.inc
index 332c094f28624a0883f3dbe534931b92e9c19866..6db4b4ec277a758dfe01cd6236f62c23f3b1515f 100755
--- a/vas/rest/ws/vitis/PublicToken.class.inc
+++ b/vas/rest/ws/vitis/PublicToken.class.inc
@@ -41,21 +41,6 @@ class PublicToken extends Vitis {
         $this->aProperties = $properties;
     }
 
-    /**
-     * @SWG\Get(path="/publictoken", 
-     *   tags={"Token"},
-     *   summary="Get public token",
-     *   description="Request to get a token",
-     *   operationId="GET",
-     *   produces={"application/xml", "application/json"},
-     *   @SWG\Response(
-     *         response=200,
-     *         description="Token Response",
-     *         @SWG\Schema(ref="#/definitions/publictoken")
-     *     )
-     *  )
-     */
-
     /**
      * Method get to get a public token
      * @return user array
@@ -102,4 +87,4 @@ class PublicToken extends Vitis {
 
 }
 
-?>
\ No newline at end of file
+?>