Remove unintended comment (#101130)
This commit is contained in:
parent
e298c79032
commit
16ebbdf336
@ -37,8 +37,7 @@ Future<void> runProjectTest(Future<void> Function(FlutterProject project) testFu
|
||||
try {
|
||||
await testFunction(project);
|
||||
} finally {
|
||||
print('tempDir=$tempDir');
|
||||
// rmTree(tempDir);
|
||||
rmTree(tempDir);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user