Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Nov 14, 2024
1 parent e60cb06 commit 0a7eb46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/ffigen/test/large_integration_tests/large_objc_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ void main() {
FfiGen(logLevel: Level.SEVERE).run(config);
expect(File(outFile).existsSync(), isTrue);
expect(File(outObjCFile).existsSync(), isTrue);
stderr.writeln('\n\n\n\n\nZZZZZZZZ\n\n\n\n');
stderr.writeln(File(outFile).readAsStringSync());
stderr.writeln('\n\n\n\n\nZZZZZZZZ\n\n\n\n');

print('\n\t\tFfigen generation: ${timer.elapsed}\n');
timer.reset();
Expand Down

0 comments on commit 0a7eb46

Please sign in to comment.