Skip to content

Commit 78bdc3a

Browse files
committed
Release 1.3.1
1 parent 26696a9 commit 78bdc3a

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": "@mattapperson/slapshot",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"main": "lib/index.js",
55
"description": "Mock method calls with snapshots, run your intigation tests online or offline!",
66
"license": "MIT",

src/memorize.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ function resolveData(
142142
if (typeof methodResultsToCompare === "object") {
143143
methodResultsToCompare = JSON.stringify(methodResultsToCompare);
144144
}
145-
console.log(fullSnapshotName);
146145

147146
if (
148147
(snap.results || snap.thrownError) &&

0 commit comments

Comments
 (0)