소스 검색

no errors when user is suspended

Serghey Rodin 13 년 전
부모
커밋
c2100fce9e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      bin/v-update-web-domains-traff

+ 0 - 1
bin/v-update-web-domains-traff

@@ -26,7 +26,6 @@ check_args '1' "$#" 'USER'
 validate_format 'user'
 is_system_enabled "$WEB_SYSTEM"
 is_object_valid 'user' 'USER' "$user" "$user"
-is_object_unsuspended 'user' 'USER' "$user"
 
 
 #----------------------------------------------------------#