mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
Remove extra print statements
This commit is contained in:
@ -9,7 +9,6 @@ import 'package:gitjournal/apis/github.dart';
|
|||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
test('Parse json', () async {
|
test('Parse json', () async {
|
||||||
print("Current Dir: ${Directory.current}");
|
|
||||||
var testDataPath = '';
|
var testDataPath = '';
|
||||||
|
|
||||||
var currentDir = Directory.current;
|
var currentDir = Directory.current;
|
||||||
|
@ -9,7 +9,6 @@ import 'package:gitjournal/apis/gitlab.dart';
|
|||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
test('Parse json', () async {
|
test('Parse json', () async {
|
||||||
print("Current Dir: ${Directory.current}");
|
|
||||||
var testDataPath = '';
|
var testDataPath = '';
|
||||||
|
|
||||||
var currentDir = Directory.current;
|
var currentDir = Directory.current;
|
||||||
|
Reference in New Issue
Block a user