Skip to content
Snippets Groups Projects
Verified Commit 6d25c616 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

removed debug statements

parent 5ca1b4b1
No related branches found
No related tags found
No related merge requests found
class Buffer extends Component {
constructor(id, name, network, hasMore, contextList = []) {
super();
console.log(id + ':' + name + ':' + hasMore);
this.id = id;
this.name = name;
this.network = network;
......
......@@ -2,8 +2,6 @@ class Buffer extends Component {
constructor(id, name, network, hasMore, contextList = []) {
super();
console.log(id + ":" + name + ":" + hasMore);
this.id = id;
this.name = name;
this.network = network;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment