Skip to content

Commit 7c026c3

Browse files
committed
remove log statement
1 parent 4537ed2 commit 7c026c3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/index.ts

-5
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,6 @@ class ServerlessMake {
255255
};
256256

257257
build = async (watch?: boolean): Promise<void> => {
258-
console.log(
259-
"!!! hooks",
260-
Object.keys(this.serverless.pluginManager.hooks || {}).join(", ")
261-
);
262-
263258
const { makefile } = await this.make(this.target);
264259

265260
if (watch) {

0 commit comments

Comments
 (0)