1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-02 12:08:33 +00:00

oops..forgot to remove a debug printf

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@180 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-08-25 05:15:18 +00:00
parent bf46887a8a
commit 057300db6f

View File

@ -577,8 +577,6 @@ static const char *scan_graph(const char *args, int *w, int *h, unsigned int *fi
}
}
}
printf("scale is %i\n", *scale);
return args;
}