removed flowr hints for normal stdout

This commit is contained in:
Ralf Teusner
2016-07-04 17:47:49 +02:00
parent 6e7c250ad1
commit eb1fc76a32

View File

@ -587,7 +587,7 @@ $(function() {
} else if (output.stdout) {
//if (output_mode_is_streaming){
element.addClass('text-success').append(output.stdout);
flowrOutputBuffer += output.stdout;
// flowrOutputBuffer += output.stdout;
//}else{
// element.addClass('text-success');
// element.data('content_buffer' , element.data('content_buffer') + output.stdout);