Unverified Commit 16ebbdf3 authored by Emmanuel Garcia's avatar Emmanuel Garcia Committed by GitHub

Remove unintended comment (#101130)

parent e298c790
...@@ -37,8 +37,7 @@ Future<void> runProjectTest(Future<void> Function(FlutterProject project) testFu ...@@ -37,8 +37,7 @@ Future<void> runProjectTest(Future<void> Function(FlutterProject project) testFu
try { try {
await testFunction(project); await testFunction(project);
} finally { } finally {
print('tempDir=$tempDir'); rmTree(tempDir);
// rmTree(tempDir);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment