Skip to content

Commit 6ee69df

Browse files
committed
removed unneccesary console.log
1 parent 05536a5 commit 6ee69df

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firestore-rulez",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"license": "MIT",
55
"description": "Combines multiple *.rules files into one single firestore.rules file.",
66
"main": "src/index.js",

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const compileFirestoreRules = function() {
1919
let helpersEnabled = false
2020
try {
2121
const config = require(`${execPath}/rules/rulez.config.js`)
22-
console.log('Config:', config)
2322
helpersEnabled = config.helpers
2423
} catch (e) {
2524
console.info(`ℹ️ No rulez.config.js file found.`)

0 commit comments

Comments
 (0)