Skip to content

Commit 0cf594a

Browse files
committed
style: remove additional code for version
1 parent 4340a73 commit 0cf594a

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Scripts/Services/NaturalLanguageClassifier/V1/NaturalLanguageClassifierService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public partial class NaturalLanguageClassifierService : BaseService
3434
private const string serviceId = "natural_language_classifier";
3535
private const string defaultServiceUrl = "https://gateway.watsonplatform.net/natural-language-classifier/api";
3636

37-
#region VersionDate
38-
#endregion
3937

4038
#region DisableSslVerification
4139
private bool disableSslVerification = false;

Scripts/Services/SpeechToText/V1/SpeechToTextService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public partial class SpeechToTextService : BaseService
3434
private const string serviceId = "speech_to_text";
3535
private const string defaultServiceUrl = "https://stream.watsonplatform.net/speech-to-text/api";
3636

37-
#region VersionDate
38-
#endregion
3937

4038
#region DisableSslVerification
4139
private bool disableSslVerification = false;

Scripts/Services/TextToSpeech/V1/TextToSpeechService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public partial class TextToSpeechService : BaseService
3434
private const string serviceId = "text_to_speech";
3535
private const string defaultServiceUrl = "https://stream.watsonplatform.net/text-to-speech/api";
3636

37-
#region VersionDate
38-
#endregion
3937

4038
#region DisableSslVerification
4139
private bool disableSslVerification = false;

0 commit comments

Comments
 (0)