projects
/
nanofun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5fca41
)
remove debugging log
author
Frédéric Péters
<fpeters@0d.be>
Tue, 21 Feb 2017 18:18:44 +0000
(19:18 +0100)
committer
Frédéric Péters
<fpeters@0d.be>
Sat, 1 Apr 2017 10:37:18 +0000
(12:37 +0200)
nanofun.js
patch
|
blob
|
history
diff --git
a/nanofun.js
b/nanofun.js
index
3fd313d
..
2a2a5df
100644
(file)
--- a/
nanofun.js
+++ b/
nanofun.js
@@
-390,7
+390,6
@@
var nanofun = function() {
sample.connect(gainNode);
sample.buffer = sample_buffer;
sample.onended = function() {
- console.log('ended');
$(nanotouch).removeClass('playing');
self.samples[sample_idx] = undefined;
}