Skip to content

Commit

Permalink
Removed debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc007 committed Mar 17, 2019
1 parent 9c0d378 commit e7b89da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sylph.dart
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Future bundleFlutterTests(Map config) async {
// final testSuite = config['test_suites'][0];
// final appPath = testSuite['app_path'];
final appPath = Directory.current.path;
print('appPath=$appPath');
// print('appPath=$appPath');
final appName = p.basename(appPath);
final appDir = p.dirname(appPath);

Expand Down
2 changes: 1 addition & 1 deletion lib/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Future unpackResources(String tmpDir) async {

// unpack scripts
final appPath = Directory.current.path;
print('appPath=$appPath');
// print('appPath=$appPath');
final appName = p.basename(appPath);
await unpackScripts('$tmpDir/$appName');
}
Expand Down

0 comments on commit e7b89da

Please sign in to comment.