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",