Skip to content

Commit ad8b7c1

Browse files
committed
Remove debugger statement
1 parent ad70d6b commit ad8b7c1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Croquet Jasmine (2005)</title>
5+
<title>Croquet Jasmine (2004)</title>
66
<link rel="icon" type="image/png" href="jasmine.png">
77
<link rel="apple-touch-icon" href="jasmine.png" sizes="152x152">
88
<meta name="viewport" content="minimum-scale=1,maximum-scale=1,width=device-width">

Diff for: jasmine-b3dengine-plugin.js

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ function B3DEnginePlugin() {
9292

9393
b3dInplaceHouseHolderInvert(argCount) {
9494
if (argCount !== 0) return false;
95-
debugger
9695
var rcvr = this.stackFloat32Array(0, 16);
9796
if (!rcvr) return false;
9897
var m = [[0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]];

0 commit comments

Comments
 (0)