Skip to content

Commit cbd4c32

Browse files
committed
Remove unncessary code
1 parent f0f668d commit cbd4c32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deployed-devices/rest/keys/list-keys/list-key.7.x.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ public static void main(String[] args) {
1414
Twilio.init(ACCOUNT_SID, AUTH_TOKEN);
1515

1616
String fleetSid = "FLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
17-
String keySid = "KYXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
1817

1918
ResourceSet<Key> keys = new KeyReader(fleetSid).read();
2019

0 commit comments

Comments
 (0)