Skip to content

Commit

Permalink
chore: comment out example
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce committed Dec 15, 2023
1 parent 729cdd5 commit 459d8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/client_sdk_dart_example.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:client_sdk_dart/client_sdk_dart.dart';

void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
// var awesome = Awesome();
// print('awesome: ${awesome.isAwesome}');
}

0 comments on commit 459d8aa

Please sign in to comment.