Skip to content

Commit

Permalink
Fixed redundancy issue with userapikey reading in start sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
kketg committed Feb 25, 2021
1 parent 8cb0f3a commit dc0229d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Server/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,6 @@ Future<void> startSequence() async {
print(s);
userApiKeys.add(s);
}
userApiKeys.add(data2.elementAt(0));
print(" * jServ v$version implemented for $implementation");
print(
" * Admin API Key for this instance of jServ is $adminApiKey. Please put this key in the headers of your requests");
Expand Down

0 comments on commit dc0229d

Please sign in to comment.