diff --git a/scripts/protoc-swagger-gen.sh b/scripts/protoc-swagger-gen.sh
index c934f2d6..d7145376 100755
--- a/scripts/protoc-swagger-gen.sh
+++ b/scripts/protoc-swagger-gen.sh
@@ -58,4 +58,4 @@ npm install -g swagger-combine
 npx swagger-combine ./client/docs/config.json -o ./client/docs/swagger-ui/swagger.yaml -f yaml --continueOnConflictingPaths true --includeDefinitions true
 
 # clean swagger files
-#rm -rf ./tmp-swagger-gen
\ No newline at end of file
+rm -rf ./tmp-swagger-gen
\ No newline at end of file