From 8594b82d908bb698a2a87fec79b5e1909437541b Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Fri, 3 Aug 2018 13:09:08 -0300 Subject: [PATCH] console.log --- doczrc.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/doczrc.js b/doczrc.js index 081eaf47c..d9ba6698f 100644 --- a/doczrc.js +++ b/doczrc.js @@ -7,8 +7,6 @@ const TsconfigPathsPlugin = require("tsconfig-paths-webpack-plugin"); const extensions = [".ts", ".tsx", ".js"]; const paths = require("./config/paths"); -console.log(paths); - export default { title: "Talk 5.0", source: "./src",