Skip to content

Commit

Permalink
Oops - left print in
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPihony committed May 4, 2020
1 parent 1d437d0 commit 9d5eb93
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public class AWSLambdaPlugin implements Plugin<Project> {

public void apply(Project project) {
project.getPluginManager().apply(AwsPlugin.class);
System.out.print('c');
project.getExtensions().create(AWSLambdaPluginExtension.NAME, AWSLambdaPluginExtension.class, project);
}
}

0 comments on commit 9d5eb93

Please sign in to comment.