Skip to content

Commit e930bf7

Browse files
committed
Eat the cat.
1 parent 847363d commit e930bf7

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": "node-execution-context",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Provides execution context wrapper for node JS, can be used to create execution wrapper for handling requests and more",
55
"author": "Oded Goldglas <odedglas@gmail.com>",
66
"license": "ISC",

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const createExecutionContext = () => {
4242
* @returns void
4343
*/
4444
create: (initialContext = {}) => {
45-
console.log('Ceating: ', executionContextMap);
4645
const asyncId = asyncHooks.executionAsyncId();
4746

4847
// Creation is allowed once per execution context

0 commit comments

Comments
 (0)